mozilla-vpn-ad.patch updated

master
Bert van der Weerd 2021-07-14 14:09:20 +02:00
parent 100780c6ce
commit f5100f6d50
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 10 additions and 3 deletions

View File

@ -1,17 +1,24 @@
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
index f8a1764..ebf4206 100644
--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
@@ -54,13 +54,10 @@
@@ -54,10 +54,11 @@
<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>
+<!-- <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 class="promo-image-large">
<img src="" alt="" />
@@ -73,5 +74,6 @@
</div>
</div>
</div>
+ -->
</body>
</html>