Adding a Content Security Policy and Referrer Policy to index.html #277

Merged
C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N merged 3 commits from patch-2 into master 2017-07-17 19:42:32 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@
<meta name="keywords" content="privacy, anonymity, privacy tools, surveillance, encryption, edward snowden, nsa, tor, bitcoin">
<meta name="description" content="You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance.">
<!-- content security policy -->
<meta http-equiv='Content-Security-Policy' content="Content-Security-Policy: default-src https:; script-src https://privacytoolsio.github.io"; style-src 'unsafe-inline'>
<!-- referrer policy -->
<meta http-equiv="Referrer-Policy" content="no-referrer">
<!-- title -->
<title>Privacy Tools - Encryption Against Global Mass Surveillance</title>