mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 08:55:32 -04:00
18 lines
559 B
Plaintext
18 lines
559 B
Plaintext
# Sensible default security headers
|
|
/*
|
|
Referrer-Policy: strict-origin-when-cross-origin
|
|
X-Content-Type-Options: nosniff
|
|
X-Frame-Options: sameorigin
|
|
X-XSS-Protection: 1; mode=block
|
|
|
|
# Super long cache (one year) for vendored assets: web fonts, emojis, etc.
|
|
/vendor/*
|
|
Cache-Control: max-age=31536000, public, immutable
|
|
|
|
# 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
|