Revert "chore: 11ty img"

This reverts commit 73eb06739e.
This commit is contained in:
Cory Dransfeldt 2024-06-06 15:33:48 -07:00
parent 73eb06739e
commit 2c18ab1030
No known key found for this signature in database
23 changed files with 270 additions and 728 deletions

View file

@ -1,48 +0,0 @@
# media caching
/media/*
Cache-Control: public, max-age=15552000, must-revalidate
# feeds
/feeds/posts
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/links
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
/feeds/books
Content-Type: application/xml; charset=utf-8
x-content-type-options: nosniff
# .well-known
/.well-known/webfinger
Content-Type: application/jrd+json; charset=utf-8
/.well-known/gpc.json
Content-Type: application/jrd+json; charset=utf-8
/.well-known/traffic-advice
Content-Type: application/trafficadvice+json
# json
/contribute.json
Content-Type: application/json
/api/now-playing
Content-Type: application/json
/api/search
Content-Type: application/json
# blogroll
/blogroll.opml
Content-Disposition: attachment; filename=cory-dransfeldt-blogroll.opml
# security headers
/*
Content-Security-Policy: upgrade-insecure-requests; block-all-mixed-content;
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin, no-referrer-when-downgrade
Permissions-Policy: autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()