-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
e452221
commit 630c8d0
Showing
21 changed files
with
789 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
bedrock/legal/templates/legal/terms/firefox-private-network.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
bedrock/privacy/templates/privacy/archive/firefox-betterweb-2023-06.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{# | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
#} | ||
|
||
{% extends "privacy/archive/base-resp.html" %} | ||
|
||
{% block page_title %}Firefox Better Web (beta) Privacy Notice — Archived, June 16, 2023{% endblock %} | ||
|
||
{% block body_id %}firefox-archived{% endblock %} | ||
|
||
{% block article_header_logo %}{{ static('img/privacy/logo-firefox.png') }}{% endblock %} | ||
|
||
{% block title %}Firefox Better Web (beta) Privacy Notice{% endblock %} | ||
|
||
{% block time %}<span class="archived">Archived, June 16, 2023</span>{% endblock %} | ||
|
||
{% block lead_in %} | ||
<p> | ||
<time datetime="2020-03-24" itemprop="dateModified">Version 0.1, Effective March 24, 2020</time> | ||
</p> | ||
<p> | ||
Firefox Better Web (“Service”) is an experimental offering in partnership with Scroll. It is | ||
currently limited to the United States. | ||
</p> | ||
<p> | ||
At Mozilla, we design products with your privacy in mind. This privacy notice explains what | ||
data is needed to offer Firefox Better Web and why. | ||
</p> | ||
<p> | ||
To learn more about how we receive and handle information, and how you can engage with your | ||
data, read the <a href="{{ url('privacy') }}">Mozilla Privacy Policy</a> | ||
</p> | ||
{% endblock %} | ||
|
||
{% block sections %} | ||
<section> | ||
<h2>Things you should know:</h2> | ||
<section> | ||
<h3 id="betterweb">There are two parts to Firefox Better Web.</h3> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
An account with our partner: Scroll. Scroll collaborates with publishers in its network | ||
to create ad-free versions of their content in exchange for a portion of your | ||
subscription fee. | ||
</li> | ||
<li> | ||
A Firefox browser extension. The browser extension controls your settings for Enhanced | ||
Tracking Protection in Firefox. | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h3 id="scrollaccount">Firefox Better Web Requires a Scroll Account.</h3> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
This service requires a Scroll account, which sends Mozilla your email address, locale, | ||
and IP address. For more information about the data Scroll collects and how it uses | ||
that data, see <a href="https://scroll.com/privacy">Scroll’s privacy policy</a>. | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h3 id="fwbaddon">The Firefox Better Web Browser Add-on does not collect data.</h3> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
The Firefox Better Web Add-on does not collect any data. Firefox does collect technical | ||
data about the Add-ons you have installed. This is explained in the | ||
<a href="{{ url('privacy.notices.firefox') }}#addons">Firefox Privacy Notice</a>. | ||
</li> | ||
</ul> | ||
</section> | ||
</section> | ||
{% endblock %} | ||
|
||
{% block footnote %}<p><a href="{{ url('privacy') }}#contact">Contact Us</a></p>{% endblock %} |
93 changes: 93 additions & 0 deletions
93
bedrock/privacy/templates/privacy/archive/firefox-fire-tv-2023-06.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{# | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
#} | ||
|
||
{% extends "privacy/archive/base-resp.html" %} | ||
|
||
{% block page_title %}Privacy Notice for Firefox for Fire TV and Firefox for Echo Show — Archived, June 16, 2023{% endblock %} | ||
|
||
{% block body_id %}firefox-archived{% endblock %} | ||
|
||
{% block body_class %}{{ super() }} format-paragraphs{% endblock %} | ||
|
||
{% block article_header_logo %}{{ static('img/privacy/logo-firefox.png') }}{% endblock %} | ||
|
||
{% block title %}Privacy Notice for Firefox for Fire TV and Firefox for Echo Show{% endblock %} | ||
|
||
{% block time %}<span class="archived">Archived, June 16, 2023</span>{% endblock %} | ||
|
||
{% block lead_in %} | ||
<p> | ||
<time datetime="2018-10-11" itemprop="dateModified">Version 1.0.1, October 11, 2018</time> | ||
</p> | ||
<p> | ||
At Mozilla, we design products with your privacy in mind. This privacy notice explains what | ||
data we collect in Firefox for Fire TV and Firefox for Echo Show, why we collect that | ||
information, and your choices. | ||
</p> | ||
<p> | ||
To learn more about how we receive and handle information, read the | ||
<a href="{{ url('privacy') }}">Mozilla Privacy Policy</a>. | ||
</p> | ||
{% endblock %} | ||
|
||
{% block sections %} | ||
<section> | ||
<h2>Things you should know</h2> | ||
<p class="summary"> | ||
Mozilla receives data by default to help us improve Firefox. | ||
</p> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
<p> | ||
<strong>Technical Data</strong>: We receive basic information about your device and Firefox, | ||
such as OS and browser version, basic information about crashes and errors, and system | ||
timezone and locale. | ||
</p> | ||
</li> | ||
<li> | ||
<p> | ||
<strong>Interaction Data</strong>: We receive information about how often you use Firefox and | ||
interact with certain features and prompts. For example when you start a new browsing session, | ||
how often you search in Firefox, and which features in the Settings screen are enabled. | ||
</p> | ||
<p> | ||
Read the documentation or learn how to <a href="https://support.mozilla.org/kb/send-usage-data-firefox-mobile-devices">opt-out</a> | ||
of this data collection. | ||
</p> | ||
</li> | ||
</ul> | ||
<p class="summary"> | ||
Mozilla also receives data to display relevant content. | ||
</p> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
<p> | ||
<strong>Language/Region</strong>: Firefox receives your designated language/region from Amazon | ||
to suggest relevant content, including Pocket Recommendations. | ||
</p> | ||
</li> | ||
<li> | ||
<p> | ||
<strong>Technical & Interaction data</strong>: Firefox sends Mozilla data such as the the number | ||
of times suggested content is displayed or clicked. The suggested tiles on the Firefox home screen | ||
sometimes uses Amazon CloudFront to direct the user to the optimized version of the requested content. | ||
</p> | ||
</li> | ||
</ul> | ||
<p class="summary"> | ||
Voice commands use Amazon’s Alexa. | ||
</p> | ||
<ul class="mzp-u-list-styled"> | ||
<li> | ||
<strong>Voice Commands</strong>: When you use voice commands to control Firefox, Amazon receives and | ||
interprets your voice data to carry out your instructions. Amazon’s Alexa has its own privacy notice, | ||
which you can find <a href="https://www.alexa.com/help/privacy">here</a>. | ||
</li> | ||
</ul> | ||
</section> | ||
{% endblock %} | ||
|
||
{% block footnote %}<p><a href="{{ url('privacy') }}#contact">Contact Us</a></p>{% endblock %} |
90 changes: 90 additions & 0 deletions
90
bedrock/privacy/templates/privacy/archive/firefox-private-network-notice-2023-06.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{# | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
#} | ||
|
||
{% extends "privacy/archive/base-resp.html" %} | ||
|
||
{% block page_title %}Firefox Private Network Browser Extension (Beta) Privacy Notice — Archived, June 16, 2023{% endblock %} | ||
|
||
{% block body_id %}firefox-archived{% endblock %} | ||
|
||
{% block body_class %}{{ super() }} format-headings{% endblock %} | ||
|
||
{% block article_header_logo %}{{ static('img/privacy/logo-firefox.png') }}{% endblock %} | ||
|
||
{% block title %}Firefox Private Network Browser Extension (Beta) Privacy Notice{% endblock %} | ||
|
||
{% block time %}<span class="archived">Archived, June 16, 2023</span>{% endblock %} | ||
|
||
{% block lead_in %} | ||
<p><time datetime="2020-07-07" itemprop="dateModified">Version 3.0, effective July 7, 2020</time></p> | ||
<p>At Mozilla, we design products with your privacy in mind.</p> | ||
<p> | ||
Firefox Private Network (FPN) protects your device’s web connections. Mozilla partners with Cloudflare | ||
to privately and securely encrypt your web traffic within Firefox. | ||
</p> | ||
<p> | ||
This privacy notice explains what data FPN collects, shares, and why. We also adhere to the | ||
<a href="{{ url('privacy') }}">Mozilla Privacy Policy</a> for how we receive, handle, and share information. | ||
</p> | ||
{% endblock %} | ||
|
||
{% block sections %} | ||
<section> | ||
<h2>Things you should know:</h2> | ||
<section> | ||
<h3 class="summary">Information we collect</h3> | ||
<p> | ||
<strong>Firefox Account Information.</strong> This service requires a Firefox Account, which sends FPN | ||
your email address, locale, and IP address. Learn more about <a href="{{ url('privacy.notices.firefox') }}#firefox-accounts"> | ||
Firefox Account data practices</a>.</p><p><strong>Location information.</strong> Firefox FPN receives | ||
your IP address from your Firefox Account when you sign up for and use the service. We use the IP | ||
address in order to approximate your location because FPN is currently only available in the United | ||
States. | ||
</p> | ||
<p> | ||
<strong>Technical data.</strong> Mozilla receives basic information from FPN about your mobile and | ||
desktop app version and device, including device operating system and hardware configuration. When | ||
FPN sends data to us, your IP address is temporarily collected as part of our server logs. | ||
</p> | ||
<p><strong>Interaction data.</strong> Mozilla receives data about your interactions with FPN, such as | ||
when you enable and disable the proxy and the amount of bandwidth you use when the proxy is enabled. | ||
</p> | ||
<p> | ||
Read the technical and interaction data collection documentation <a href="https://github.com/mozilla/secure-proxy/blob/master/docs/metrics.md">here</a>. | ||
We use the data we collect to improve performance and stability for our users, and to measure FPN’s | ||
performance. | ||
</p> | ||
</section> | ||
<section> | ||
<h3 class="summary">Information we share</h3> | ||
<p> | ||
FPN shares data with certain third parties in order to provide the service to you. Mozilla has written | ||
agreements in place with these companies contractually obligating them to protect your information. | ||
Here’s who we use: | ||
</p> | ||
<p> | ||
<strong>Cloudflare.</strong> As you browse, Firefox will encrypt the data you send to websites and send | ||
it to Cloudflare. Cloudflare will also receive your computer’s IP address, the IP address of the site | ||
you are browsing to, the timestamp, and a unique identifier. Cloudflare does not share this data with | ||
others and deletes this after 24 hours unless necessary for its security or legal obligations. Learn | ||
more at <a href="https://www.cloudflare.com/mozilla/firefox-private-network-privacy-notice/">Cloudflare’s | ||
Privacy Notice</a>. | ||
</p> | ||
<p> | ||
<strong>Stripe.</strong> Mozilla uses Stripe to process your payment information. Mozilla receives a record | ||
of your subscription and information about the status of your account’s subscription and payment. Mozilla | ||
does not receive or store your payment card details. You can learn more about Stripe’s data practices by | ||
reading their <a href="https://stripe.com/privacy">Global Privacy Policy</a>. | ||
</p> | ||
</section> | ||
</section> | ||
{% endblock %} | ||
|
||
{% block footnote %}<p><a href="{{ url('privacy') }}#contact">Contact Us</a></p>{% endblock %} | ||
|
||
{% block js %} | ||
{{ js_bundle('privacy_protocol') }} | ||
{% endblock %} |
Oops, something went wrong.