From a95439db61c4530afae3967e2912d6ca38f1bbda Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 22 Oct 2021 05:39:02 +0000 Subject: Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and various helper functions. --- docshell/base/nsIDocShell.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docshell/base/nsIDocShell.idl') diff --git a/docshell/base/nsIDocShell.idl b/docshell/base/nsIDocShell.idl index d2812bd9c9..0e3c4f1996 100644 --- a/docshell/base/nsIDocShell.idl +++ b/docshell/base/nsIDocShell.idl @@ -110,7 +110,8 @@ interface nsIDocShell : nsIDocShellTreeItem // @see nsIWebNavigation::LOAD_FLAGS_FIRST_LOAD const long INTERNAL_LOAD_FLAGS_FIRST_LOAD = 0x8; - const long INTERNAL_LOAD_FLAGS_BYPASS_CLASSIFIER = 0x10; + // 0x10 is unused + const long INTERNAL_LOAD_FLAGS_FORCE_ALLOW_COOKIES = 0x20; // Whether the load should be treated as srcdoc load, rather than a URI one. -- cgit v1.2.3