mozilla-vpn-ad.patch updated

This commit is contained in:
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

View file

@ -1,17 +1,24 @@
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html 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 --- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html +++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
@@ -54,13 +54,10 @@ @@ -54,10 +54,11 @@
<div class="info"> <div class="info">
<h1 id="info-title" data-l10n-id="about-private-browsing-info-title"></h1> <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> <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>
+<!-- <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a> -->
</div> </div>
</div> </div>
+ <!--
<div class="promo"> <div class="promo">
- <p id="private-browsing-vpn-text" class="vpn-promo" data-l10n-id="about-private-browsing-need-more-privacy"></p> <div class="promo-image-large">
- <a id="private-browsing-vpn-link" class="vpn-promo" data-l10n-id="about-private-browsing-turn-on-vpn"></a> <img src="" alt="" />
@@ -73,5 +74,6 @@
</div>
</div>
</div> </div>
+ -->
</body> </body>
</html> </html>