Skip to content

Commit

Permalink
#30 apply opensearch xml header to /search.xml file so firefox doesn'…
Browse files Browse the repository at this point in the history
…t reject it
  • Loading branch information
Chris Hatch committed Dec 2, 2017
1 parent 3246066 commit 6657378
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"routes": {
"/**": "index.html"
},
"https_only": true
"https_only": true,
"headers": {
"/search.xml": {
"Content-Type": "application/opensearchdescription+xml"
}
}
}

0 comments on commit 6657378

Please sign in to comment.