Skip to content

Commit

Permalink
[bug 882923] Update opt-out for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Sep 16, 2013
1 parent b0288d1 commit da53086
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bedrock/privacy/templates/privacy/websites.html
Expand Up @@ -305,16 +305,17 @@ <h3>Cookies and Clear GIFs</h3>
before linking to Mozilla's websites. Certain features of Mozilla's
websites may not function properly without the aid of cookies.</p>
</section>
<section>
<section id="opt-out">
<h3>Opt-out Procedures</h3>
<p>If you do not want to allow your session visitation information on the
Mozilla websites to be aggregated and analyzed by Mozilla (or its
third-party analytics providers) you may utilize the following
<a href="{{ php_url('/opt-out.html') }}">opt-out mechanisms listed
here</a>. Additionally, if you signed up to receive but no longer wish to
receive electronic marketing communications from Mozilla, you can opt-out
from receiving these communications by following the “unsubscribe”
instructions in any such communication you receive.</p>
<p>If you do not want data about your visits to Mozilla websites to be
collected by Google Analytics, you can install the
<a href="https://tools.google.com/dlpage/gaoptout">Google Analytics Opt-out
Browser Add-on</a>. The add-on keeps your visits anonymous and prohibits any
data from being sent to Google Analytics. Additionally, if you signed up
to receive but no longer wish to receive electronic marketing communications
from Mozilla, you can opt-out from receiving these communications by
following the “unsubscribe” instructions in any such communication you
receive.</p>
</section>
<section>
<h3>Mozilla Ads</h3>
Expand Down
4 changes: 4 additions & 0 deletions etc/httpd/global.conf
Expand Up @@ -409,3 +409,7 @@ RewriteRule ^/en-US/about/policies/participation(/?)$ /b/en-US/about/policies/pa

RewriteRule ^/about/policies/policies.html$ /en-US/about/policies/ [L,R=301]
RewriteRule ^/en-US/about/policies/policies(/?)$ /b/en-US/about/policies$1 [PT]

# bug 882923
RewriteRule ^/en-US/opt-out.html$ /privacy/policies/websites/#opt-out [NE,L,R=301]

0 comments on commit da53086

Please sign in to comment.