[tor-commits] [tor-browser/tor-browser-90.0b12-10.5-1] fixup! Bug 28005: Implement .onion alias urlbar rewrites

sysrqb at torproject.org sysrqb at torproject.org
Fri Jul 2 15:52:31 UTC 2021


commit f0c50915c461440d7f9aade333293c3d4ae08923
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Jul 2 15:42:05 2021 +0200

    fixup! Bug 28005: Implement .onion alias urlbar rewrites
---
 docshell/base/nsIWebNavigation.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docshell/base/nsIWebNavigation.idl b/docshell/base/nsIWebNavigation.idl
index fa00e155cba7..98f3b6a2f9a3 100644
--- a/docshell/base/nsIWebNavigation.idl
+++ b/docshell/base/nsIWebNavigation.idl
@@ -271,7 +271,7 @@ interface nsIWebNavigation : nsISupports
   /**
    * Allow rewriting the urlbar to a short .onion alias.
    */
-  const unsigned long LOAD_FLAGS_ALLOW_ONION_URLBAR_REWRITES = 0x8000000;
+  const unsigned long LOAD_FLAGS_ALLOW_ONION_URLBAR_REWRITES = 0x9000000;
 
   /**
    * Loads a given URI.  This will give priority to loading the requested URI



More information about the tor-commits mailing list