mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +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
|
|
@ -668,7 +668,8 @@ var NetworkHelper = {
|
|||
let host = httpActivity.hostname;
|
||||
|
||||
info.hsts = sss.isSecureHost(sss.HEADER_HSTS, host, flags);
|
||||
info.hpkp = sss.isSecureHost(sss.HEADER_HPKP, host, flags);
|
||||
// HPKP is no longer supported.
|
||||
info.hpkp = false;
|
||||
} else {
|
||||
DevToolsUtils.reportException("NetworkHelper.parseSecurityInfo",
|
||||
"Could not get HSTS/HPKP status as hostname is not available.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue