summaryrefslogtreecommitdiff
path: root/mozilla-vpn-ad.patch
blob: bc884f267647f4aee794235159f4a2e205d6a00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
@@ -54,13 +54,10 @@
       <div class="info">
         <h1 id="info-title" data-l10n-id="about-private-browsing-info-title"></h1>
         <p id="info-body" data-l10n-id="about-private-browsing-info-description"></p>
-        <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a>
       </div>
     </div>
 
     <div class="promo">
-      <p id="private-browsing-vpn-text" class="vpn-promo" data-l10n-id="about-private-browsing-need-more-privacy"></p>
-      <a id="private-browsing-vpn-link" class="vpn-promo" data-l10n-id="about-private-browsing-turn-on-vpn"></a>
     </div>
   </body>
 </html>
bgstack15