fix: date format
This commit is contained in:
parent
bca668ef72
commit
3075a0499e
20 changed files with 53 additions and 118 deletions
|
@ -72,11 +72,6 @@ for = "/api/search"
|
|||
[headers.values]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/api/event"
|
||||
[headers.values]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/blogroll.opml"
|
||||
[headers.values]
|
||||
|
@ -88,5 +83,5 @@ for = "/blogroll.opml"
|
|||
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"
|
||||
Referrer-Policy = "strict-origin-when-cross-origin, no-referrer-when-downgrade"
|
||||
Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()"
|
Reference in a new issue