stackage-server/static
ncaq 05337cd782 fix(opensearch): search url protocol: http -> https
Changed the protocol of the URL used as a custom search engine from `http` to `https`.

The reason for this change is that `www.stackage.org` only uses `https`,
so every time the custom search engine is used,
a redirect from `http` to `https` occurs,
sacrificing the cleanliness of the history.

On `www.stackage.org`,
the HTTP header is set to
`strict-transport-security max-age=15724800; includeSubDomains` for HSTS,
so there's no need to try connecting via http.

This is a bit unclear to me as well,
but even though HSTS is set and a redirect is set for subsequent access,
it seems that no communication is being made,
but it is left in the history.

In any case,
I think it's wasteful to constantly access http when it's specialized for https to the point of setting HSTS,
so I'm making this commit.
2023-08-04 12:21:23 +09:00
..
css Highlight code in README files 2015-10-03 09:28:05 +03:00
fonts Pretty package page with metadata 2014-11-03 12:33:59 +01:00
haddock Enable synopsis back 2018-03-14 03:50:16 +05:30
img Style up Haddocks to look like haskell-lang 2016-06-01 18:33:05 +02:00
js Highlight code in README files 2015-10-03 09:28:05 +03:00
opensearchhoogle.xml fix(opensearch): search url protocol: http -> https 2023-08-04 12:21:23 +09:00
opensearchpackage.xml fix(opensearch): search url protocol: http -> https 2023-08-04 12:21:23 +09:00