Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created November 5, 2021 22:00
Show Gist options
  • Save tkuennen/e8fc1cf26cf44e22f04d71a920ba78a0 to your computer and use it in GitHub Desktop.
Save tkuennen/e8fc1cf26cf44e22f04d71a920ba78a0 to your computer and use it in GitHub Desktop.
'Strict-Transport-Security', value: 'max-age=63072000; includeSubdomains; preload'}];
'Content-Security-Policy', value: "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"}];
'X-Content-Type-Options', value: 'nosniff'}];
'X-Frame-Options', value: 'DENY'}];
'X-XSS-Protection', value: '1; mode=block'}];
'Referrer-Policy', value: 'same-origin'}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment