4 Commits

Author SHA1 Message Date
Freddie Leeman
710e7aa940
Feature-/Permissions-Policy HTTP header update (#15667)
Removed features that were removed from the 'Feature-Policy' spec (vibrate, speaker). List of valid features can be found here: https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md

Due to a recent rename of the policy I've copied the Feature-Policy to a Permissions-Policy header and changed the value syntax. For backwards compatibility I recommend leaving the 'Feature-Policy' for now.

Syntax errors found using: https://www.uriports.com/score/home-assistant.io
2020-11-17 16:25:03 +01:00
Franck Nijhof
252a9314d3
Allow iframing our website, e.g., for the demo (#10803) 2019-10-15 20:21:40 +02:00
Franck Nijhof
69f5515096
Referrer-Policy: no-referrer-when-downgrade, fix s-maxage (#10683) 2019-10-10 10:09:37 +02:00
Franck Nijhof
083351b990
Add Netlify header control to improve CouldFlare caching behavior (#10628)
* Add Netlify header control to improve CouldFlare caching behavior

* Add security headers

* Add old school cache busting to Jekyll css/js

* Add a little browser cache to assets to improve speed of pages
2019-10-07 18:54:55 +02:00