1999-project
1999-project copied to clipboard
Insecure content not loaded on websites using HSTS
Description of the problem
I serve my website exclusively over https using Strict Transport Security (HSTS). 1999 requests several resources explicitly over http, creating mixed content errors. The content can only be served over https so the resources are blocked in the browser.
Steps to reproduce
- [First step] Set up a server (nginx) and configure HSTS
- [Second step] Set up the server (nginx) to reverse proxy to the 1999 server
- [Third Step] Visit the website you just set up and you'll see these errors in your browser
What you expected to happen
The website and its resources from fargo.io should've loaded normally
Other data
OS: Archlinux Browser: Chrome v52.0.2743.33 beta (64-bit)