Security Headers: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 June 2024

  • curprev 16:4216:42, 19 June 2024Qljca talk contribs 394 bytes +394 Created page with "==Add the following to .htaccess== <pre> Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" Header always set X-Frame-Options "SAMEORIGIN" Header always set X-Content-Type-Options "nosniff" Header always set Referrer-Policy "same-origin" Header always set Permissions-Policy "" Header always set Content-Security-Policy "script-src 'self' 'unsafe-inline';" </pre>"