commit e170c676b8b30f92c7279e8a817ebe8ca4cb2f09 Author: Kathy Brade brade@pearlcrescent.com Date: Tue Jun 9 14:38:38 2020 -0400
fixup! Bug 21952: Implement Onion-Location
Fixes bug 34361. --- .../components/onionservices/content/onionlocationPreferences.inc.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/onionservices/content/onionlocationPreferences.inc.xul b/browser/components/onionservices/content/onionlocationPreferences.inc.xul index c386316c98dc..c285f403f99b 100644 --- a/browser/components/onionservices/content/onionlocationPreferences.inc.xul +++ b/browser/components/onionservices/content/onionlocationPreferences.inc.xul @@ -1,6 +1,6 @@ # Copyright (c) 2020, The Tor Project, Inc.
-<groupbox id="onionServicesGroup" data-category="panePrivacy" data-subcategory="onionservices"> +<groupbox id="onionServicesGroup" data-category="panePrivacy" data-subcategory="onionservices" hidden="true"> <label><html:h2 id="onionServicesTitle"></html:h2></label> <label><label class="tail-with-learn-more" id="prioritizeOnionsDesc"></label><label class="learnMore" is="text-link" id="onionServicesLearnMore"></label></label>