Hacker News new | ask | show | jobs
by aussiegeek 3678 days ago
Removing the HSTS header won't help, as your browser will store this data, and IIRC it's not stored in cache, so clearing won't help.

You can however send the HSTS header with max-age=0 which will start clearing it for existing users

1 comments

Good tip about max-age=0! I didn't realize you could do that.