[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.2.0esr-14.0-1] Bug 43118: Hide feature recommendation (CFR) settings.



Title: GitLab

Pier Angelo Vendrame pushed to branch base-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • ec42f6f4
    by Henry Wilkes at 2024-09-12T15:46:59+02:00
    Bug 43118: Hide feature recommendation (CFR) settings.
    

1 changed file:

Changes:

  • browser/components/preferences/main.inc.xhtml
    ... ... @@ -777,7 +777,7 @@
    777 777
               support-page="media-keyboard-control"
    
    778 778
         />
    
    779 779
       </hbox>
    
    780
    -  <hbox align="center" data-subcategory="cfraddons">
    
    780
    +  <hbox align="center" data-subcategory="cfraddons" hidden="true">
    
    781 781
         <checkbox id="cfrRecommendations"
    
    782 782
                 class="tail-with-learn-more"
    
    783 783
                 data-l10n-id="browsing-cfr-recommendations"
    
    ... ... @@ -787,7 +787,7 @@
    787 787
               support-page="extensionrecommendations"
    
    788 788
         />
    
    789 789
       </hbox>
    
    790
    -  <hbox align="center" data-subcategory="cfrfeatures">
    
    790
    +  <hbox align="center" data-subcategory="cfrfeatures" hidden="true">
    
    791 791
         <checkbox id="cfrRecommendations-features"
    
    792 792
                 class="tail-with-learn-more"
    
    793 793
                 data-l10n-id="browsing-cfr-features"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits