mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-02-23 08:30:02 -05:00
Merge pull request #277 from C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/patch-2
Adding a Content Security Policy and Referrer Policy to index.html
This commit is contained in:
commit
7dd96943be
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user