foxgirl-common/patches/mozilla-vpn-ad.patch

25 lines
968 B
Diff
Raw Normal View History

2021-05-07 11:39:01 +02:00
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
2021-07-14 14:09:20 +02:00
index f8a1764..ebf4206 100644
2021-05-07 11:39:01 +02:00
--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
2021-07-14 14:09:20 +02:00
@@ -54,10 +54,11 @@
2021-05-07 11:39:01 +02:00
<div class="info">
2021-06-02 19:56:19 +02:00
<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>
2021-05-07 11:39:01 +02:00
- <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a>
2021-07-14 14:09:20 +02:00
+<!-- <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a> -->
2021-05-07 11:39:01 +02:00
</div>
</div>
2021-06-02 19:56:19 +02:00
2021-07-14 14:09:20 +02:00
+ <!--
2021-06-02 19:56:19 +02:00
<div class="promo">
2021-07-14 14:09:20 +02:00
<div class="promo-image-large">
<img src="" alt="" />
@@ -73,5 +74,6 @@
</div>
</div>
2021-06-02 19:56:19 +02:00
</div>
2021-07-14 14:09:20 +02:00
+ -->
2021-05-07 11:39:01 +02:00
</body>
</html>