Adding a CSP and RP to password.html #279

Merged
C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N merged 4 commits from patch-4 into master 2017-07-17 19:43:21 +00:00
C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N commented 2017-07-17 17:49:52 +00:00 (Migrated from github.com)

Description

Adding a Content Security Policy, which you can read about here, and for implementing it on GitHub pages.

<meta http-equiv='Content-Security-Policy' content="Content-Security-Policy: default-src 'none'; script-src https://privacytoolsio.github.io"; style-src 'unsafe-inline'>

Referrer policy (see here):

<meta http-equiv="Referrer-Policy" content="no-referrer">

HTML Preview

http://htmlpreview.github.io/?https://github.com/C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/privacytools.io/blob/patch-4/password.html

### Description Adding a Content Security Policy, which you can read about [here](https://scotthelme.co.uk/content-security-policy-an-introduction/), and for implementing it on [GitHub pages](https://qszhuan.github.io/technology/2015/08/12/add_csp_to_github_blog). ``` <meta http-equiv='Content-Security-Policy' content="Content-Security-Policy: default-src 'none'; script-src https://privacytoolsio.github.io"; style-src 'unsafe-inline'> ``` Referrer policy (see [here](https://wiki.mozilla.org/Security/Guidelines/Web_Security#Referrer_Policy)): ``` <meta http-equiv="Referrer-Policy" content="no-referrer"> ``` ### HTML Preview http://htmlpreview.github.io/?https://github.com/C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/privacytools.io/blob/patch-4/password.html
kewde (Migrated from github.com) approved these changes 2017-07-17 19:42:38 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#279
No description provided.