1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 20:01:08 +00:00

add self to default-src (CSP)

This commit is contained in:
Kewde
2017-07-17 20:53:33 +00:00
committed by GitHub
parent 3d5b39e5b4
commit 7810a3735f

View File

@@ -13,7 +13,7 @@
<meta name="description" content="You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance."> <meta name="description" content="You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance.">
<!-- content security policy --> <!-- content security policy -->
<meta http-equiv='Content-Security-Policy' content="default-src https:; script-src https://privacytoolsio.github.io http://privacytoolsio.github.io; style-src 'self' 'unsafe-inline'"> <meta http-equiv='Content-Security-Policy' content="default-src 'self'; script-src https://privacytoolsio.github.io http://privacytoolsio.github.io; style-src 'self' 'unsafe-inline'">
<!-- referrer policy --> <!-- referrer policy -->
<meta http-equiv="Referrer-Policy" content="no-referrer"> <meta http-equiv="Referrer-Policy" content="no-referrer">