1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-20 10:34:30 -04:00
Files
jarv.is/layouts/index.headers
T

25 lines
617 B
Plaintext

# Sensible default security headers
# - More info: https://scotthelme.co.uk/hardening-your-http-response-headers/
# - Test website: https://securityheaders.com/
/*
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Referrer-Policy: no-referrer
X-Content-Type-Options: nosniff
# Recommended MIME type for RSS feed
/index.xml
Content-Type: application/rss+xml
# Recommended MIME type for PWA manifests
# https://github.com/w3c/manifest/issues/689
/manifest.json
Content-Type: application/manifest+json; charset=UTF-8
/*.webmanifest
Content-Type: application/manifest+json; charset=UTF-8