开发者

Is it possible to ask your users to clear their HTTP Strict Transport Security (HSTS) for your site?

开发者 https://www.devze.com 2023-03-20 19:02 出处:网络
If you turn on HSTS for your website with a large lifetime but later decide to turn it off (due to issues with third party software for instance) is it possible to warn user开发者_StackOverflow中文版s

If you turn on HSTS for your website with a large lifetime but later decide to turn it off (due to issues with third party software for instance) is it possible to warn user开发者_StackOverflow中文版s to clear their 'HSTS cache'?


To turn off HSTS for your server send a header of

Strict-Transport-Security: max-age=0
0

精彩评论

暂无评论...
验证码 换一张
取 消