Last active
May 30, 2019 14:54
-
-
Save KryptikOne/9e26a3c683d63f3e06e49f04141b4ad2 to your computer and use it in GitHub Desktop.
Revisions
-
KryptikOne revised this gist
May 30, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Header set Cache-Control "max-age=604800, public" Header set X-Content-Type-Options nosniff Header set X-XSS-Protection "1; mode=block" Header set Strict-Transport-Security "max-age=31536000; includeSubDomains;" env=HTTPS Header always append X-Frame-Options SAMEORIGIN Header set Referrer-Policy: no-referrer-when-downgrade Header always edit Set-Cookie (.*) "$1; HTTPOnly; Secure; SameSite=strict;" -
KryptikOne renamed this gist
May 30, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
KryptikOne revised this gist
May 30, 2019 . No changes.There are no files selected for viewing
-
KryptikOne created this gist
May 10, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ Header set Cache-Control "max-age=604800, public" Header set X-Content-Type-Options nosniff Header set X-XSS-Protection "1; mode=block" Header set Strict-Transport-Security "max-age=31536000" env=HTTPS Header always append X-Frame-Options SAMEORIGIN Header set Referrer-Policy: no-referrer-when-downgrade Header always edit Set-Cookie (.*) "$1; HTTPOnly; Secure; SameSite=strict;" Header set Content-Security-Policy "default-src 'self' ADD_ADDITIONAL_SOURCES_HERE; script-src 'self' ADD_ADDITIONAL_SOURCES_HERE; style-src 'self' ADD_ADDITIONAL_SOURCES_HERE; font-src 'self' ADD_ADDITIONAL_SOURCES_HERE; img-src 'self' ADD_ADDITIONAL_SOURCES_HERE;"