mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1280 - Follow-up: Get rid of HPKP pinning mode.
This was a leftover from HPKP removal. Also remove a couple of unused variables from security/manager/ssl/nsSiteSecurityService.cpp.
This commit is contained in:
parent
e31680357e
commit
2924d30a83
7 changed files with 14 additions and 42 deletions
|
|
@ -87,8 +87,6 @@ SiteHSTSState::ToString(nsCString& aString)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const uint64_t kSixtyDaysInSeconds = 60 * 24 * 60 * 60;
|
||||
|
||||
static bool
|
||||
HostIsIPAddress(const char *hostname)
|
||||
{
|
||||
|
|
@ -398,8 +396,6 @@ ParseSSSHeaders(uint32_t aType,
|
|||
// Unrecognized directives (that are otherwise syntactically valid) are
|
||||
// ignored, and the rest of the header is parsed as normal.
|
||||
|
||||
bool foundReportURI = false;
|
||||
|
||||
NS_NAMED_LITERAL_CSTRING(max_age_var, "max-age");
|
||||
NS_NAMED_LITERAL_CSTRING(include_subd_var, "includesubdomains");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue