回答編集履歴
2
追記
test
CHANGED
@@ -13,3 +13,9 @@
|
|
13
13
|
- [HTTP Strict Transport Security](https://ja.wikipedia.org/wiki/HTTP_Strict_Transport_Security)
|
14
14
|
|
15
15
|
- [caniuse HSTS](https://caniuse.com/?search=hsts)
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
事例としては...
|
20
|
+
|
21
|
+
- [HSTS が原因で、ウェブサイトが勝手にhttps接続しないようにする](https://laboradian.com/disable-hsts-for-domain/)
|
1
修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
主要なWebブラウザは、HTHS に対応しているので
|
5
|
+
主要なWebブラウザは、HTHS に対応しているので HTHS プリロードの設定をしていたら、HTTPS に直接接続に行くのではないでしょうか。
|
6
6
|
|
7
7
|
|
8
8
|
|