summaryrefslogtreecommitdiff
path: root/system/network/cookie/nsCookieService.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/network/cookie/nsCookieService.h')
-rw-r--r--system/network/cookie/nsCookieService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/network/cookie/nsCookieService.h b/system/network/cookie/nsCookieService.h
index 185f0b492..deb9fed33 100644
--- a/system/network/cookie/nsCookieService.h
+++ b/system/network/cookie/nsCookieService.h
@@ -307,6 +307,7 @@ class nsCookieService final : public nsICookieService
CookieStatus CheckPrefs(nsIURI *aHostURI, bool aIsForeign, const char *aCookieHeader);
bool CheckDomain(nsCookieAttributes &aCookie, nsIURI *aHostURI, const nsCString &aBaseDomain, bool aRequireHostMatch);
static bool CheckPath(nsCookieAttributes &aCookie, nsIURI *aHostURI);
+ static bool CheckHiddenPrefix(nsCookieAttributes &aCookie);
static bool CheckPrefixes(nsCookieAttributes &aCookie, bool aSecureRequest);
static bool GetExpiry(nsCookieAttributes &aCookie, int64_t aServerTime, int64_t aCurrentTime);
void RemoveAllFromMemory();