mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
parent
1f4a5663e9
commit
57251fc4e7
9 changed files with 0 additions and 77 deletions
|
|
@ -3311,13 +3311,6 @@ nsCookieService::SetCookieInternal(nsIURI *aHostURI,
|
|||
// so we can handle them separately.
|
||||
bool newCookie = ParseAttributes(aCookieHeader, cookieAttributes);
|
||||
|
||||
// Collect telemetry on how often secure cookies are set from non-secure
|
||||
// origins, and vice-versa.
|
||||
//
|
||||
// 0 = nonsecure and "http:"
|
||||
// 1 = nonsecure and "https:"
|
||||
// 2 = secure and "http:"
|
||||
// 3 = secure and "https:"
|
||||
bool isHTTPS;
|
||||
nsresult rv = aHostURI->SchemeIs("https", &isHTTPS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue