我在同一台電腦上運行兩個 chrome 實例(兩個不同的使用者設定檔)。在其中之一中,鍵入http://localhost:8000
重定向到https://localhost:8000
.在另一種情況下,未發生重定向。這發生在瀏覽器層級(兩個前端實例的伺服器是相同的)
我想刪除重定向。我怎麼才能清理這個重定向Chrome
?
我正在運行 Chrome:
Version 65.0.3325.181 (Official Build) (64-bit)
在:
» hostnamectl
...
Operating System: Ubuntu 16.04.4 LTS
Kernel: Linux 4.4.0-119-generic
Architecture: x86-64
答案1
- 去chrome://net-internals/#hsts。
- 向下捲動到刪除網域安全性原則區域。
- 輸入您想要阻止重定向的網域。點選刪除。
然後,轉到歷史記錄,並清除快取清除瀏覽資料..並確保刪除所有快取的檔案和 cookie。
現在它應該停止從 http 到 https 的重定向僅有的對於該特定域。