-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_headers
More file actions
25 lines (22 loc) · 2.24 KB
/
_headers
File metadata and controls
25 lines (22 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Content-Security-Policy: default-src 'self'; style-src 'unsafe-inline' 'self';
Feature-Policy: accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; battery 'none'; camera 'none'; clipboard-read 'none'; clipboard-write 'none'; conversion-measurement 'none'; cross-origin-isolated 'none'; display-capture 'none'; document-domain 'none'; encrypted-media 'none'; execution-while-not-rendered 'none'; execution-while-out-of-viewport 'none'; focus-without-user-activation 'none'; fullscreen 'none'; gamepad 'none'; geolocation 'none'; gyroscope 'none'; hid 'none'; idle-detection 'none'; interest-cohort 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; navigation-override 'none'; payment 'none'; picture-in-picture 'none'; publickey-credentials-get 'none'; screen-wake-lock 'none'; serial 'none'; speaker-selection 'none'; sync-script 'none'; sync-xhr 'none'; trust-token-redemption 'none'; usb 'none'; vertical-scroll 'none'; web-share 'none'; xr-spatial-tracking 'none';
Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), clipboard-write=(), conversion-measurement=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), focus-without-user-activation=(), fullscreen=(), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), speaker-selection=(), sync-script=(), sync-xhr=(), trust-token-redemption=(), usb=(), vertical-scroll=(), web-share=(), xr-spatial-tracking=()
Referrer-Policy: same-origin
Server: ""
# Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Powered-By: Magic
/*.css
Cache-Control: public, max-age=604800, immutable
/*.js
Cache-Control: public, max-age=604800, immutable
/*.jpg
Cache-Control: public, max-age=604800, immutable
/*.png
Cache-Control: public, max-age=604800, immutable
/*.svg
Cache-Control: public, max-age=604800, immutable
/posts/*.jpg
Access-Control-Allow-Origin: *