AtlasOfLivingAustralia / ala-bootstrap3

ALA styles with bootstrap 3
2 stars 8 forks source link

Update templates to support HTTPS #3

Closed nickdos closed 5 years ago

nickdos commented 8 years ago

Plan is to move to "HTTPS everywhere", so we need this plugin to support that by using the //host/path style of URIs in src and href attributes.

ansell commented 5 years ago

This looks like it is fixed now, although not using the schema-less URLs, by directly referencing https:// instead. We are also using HSTS and Content-Security-Policy: upgrade-insecure-requests to silently resolve any transition issues on modern browsers along with HTTP 301 redirects from HTTP to HTTPS for initial requests.