fix: headers
This commit is contained in:
parent
c6d00b2836
commit
61d66bc8dc
1 changed files with 10 additions and 6 deletions
16
_headers
16
_headers
|
@ -12,11 +12,11 @@
|
|||
/feeds/all.json
|
||||
Content-Type: application/json
|
||||
|
||||
/feeds/posts
|
||||
/feeds/books
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/feeds/posts.json
|
||||
/feeds/books.json
|
||||
Content-Type: application/json
|
||||
|
||||
/feeds/links
|
||||
|
@ -26,6 +26,13 @@
|
|||
/feeds/links.json
|
||||
Content-Type: application/json
|
||||
|
||||
/feeds/posts
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/feeds/posts.json
|
||||
Content-Type: application/json
|
||||
|
||||
/feeds/movies
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
@ -33,13 +40,10 @@
|
|||
/feeds/movies.json
|
||||
Content-Type: application/json
|
||||
|
||||
/feeds/books
|
||||
/feeds/syndication
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/feeds/books.json
|
||||
Content-Type: application/json
|
||||
|
||||
/api/search
|
||||
Content-Type: application/json
|
||||
|
||||
|
|
Reference in a new issue