mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
Initial commit
This commit is contained in:
27
public/_headers
Normal file
27
public/_headers
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
X-Content-Type-Options: nosniff
|
||||
X-Frame-Options: DENY
|
||||
X-XSS-Protection: 1; mode=block
|
||||
Referrer-Policy: strict-origin-when-cross-origin
|
||||
|
||||
/atom.xml
|
||||
Access-Control-Allow-Origin: *
|
||||
Access-Control-Allow-Methods: GET
|
||||
Access-Control-Max-Age: 86400
|
||||
|
||||
/rss.xml
|
||||
Access-Control-Allow-Origin: *
|
||||
Access-Control-Allow-Methods: GET
|
||||
Access-Control-Max-Age: 86400
|
||||
|
||||
/_astro/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/assets/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/favicon/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/pio/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
Reference in New Issue
Block a user