Skip to content
Snippets Groups Projects
Unverified Commit f0c50915 authored by boklm's avatar boklm
Browse files

fixup! Bug 28005: Implement .onion alias urlbar rewrites

parent 7b8a3a38
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment