You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CSP violation from inline script on layout (#41)
The section header toggle was defined as an inline <script> in
default.hbs, which was blocked by the site's script-src 'self' Content
Security Policy. Moved it into app.js where it's loaded as an external
file.
0 commit comments