Skip to content

Commit

Permalink
Remove unsafe-inline from CSP header.
Browse files Browse the repository at this point in the history
  • Loading branch information
pserwylo committed Jan 9, 2018
1 parent 01e101e commit 65ce866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Header always set Content-Security-Policy: "\
img-src 'self' https://f-droid.org https://fdroid.gitlab.io; \
media-src 'self'; \
object-src 'none'; \
script-src 'self' 'unsafe-inline'; \
script-src 'self'; \
style-src 'self' 'unsafe-inline'; \
"

Expand Down

0 comments on commit 65ce866

Please sign in to comment.