mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
Issue #1280 - Stop requesting HPKP state from within devtools.
This commit is contained in:
parent
248573ed91
commit
fa44a33a4b
2 changed files with 3 additions and 2 deletions
|
|
@ -9828,7 +9828,7 @@ var Debugger =
|
|||
var host = httpActivity.hostname;
|
||||
|
||||
info.hsts = sss.isSecureHost(sss.HEADER_HSTS, host, flags);
|
||||
info.hpkp = sss.isSecureHost(sss.HEADER_HPKP, host, flags);
|
||||
info.hpkp = false;
|
||||
} else {
|
||||
DevToolsUtils.reportException("NetworkHelper.parseSecurityInfo", "Could not get HSTS/HPKP status as hostname is not available.");
|
||||
info.hsts = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue