Fix mapbox on safari (issue #87)
Squashed commit of the following: commit 6be3d1b2a3dc29c2271035df60204efe859d516f Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Fri Feb 1 14:44:38 2019 +0000 Add blob to child-src, fixes mapbox on safari
This commit is contained in:
parent
44c83c31f0
commit
7a4ba43b4d
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ performance.typekit.net \
|
||||||
data: blob:; \
|
data: blob:; \
|
||||||
worker-src 'self' blob:; \
|
worker-src 'self' blob:; \
|
||||||
frame-src 'self' https://www.youtube.com blob:; \
|
frame-src 'self' https://www.youtube.com blob:; \
|
||||||
|
child-src blob:; \
|
||||||
upgrade-insecure-requests; \
|
upgrade-insecure-requests; \
|
||||||
block-all-mixed-content; \
|
block-all-mixed-content; \
|
||||||
report-to csp-endpoint; \
|
report-to csp-endpoint; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue