Skip to content

Commit eaeb40c

Browse files
committed
Update PP, add link to PP
1 parent adfb00d commit eaeb40c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

client/modules/User/components/CookieConsent.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Cookies from 'js-cookie';
44
import styled from 'styled-components';
55
import ReactGA from 'react-ga';
66
import { Transition } from 'react-transition-group';
7+
import { Link } from 'react-router';
78
import getConfig from '../../../utils/getConfig';
89
import { setUserCookieConsent } from '../actions';
910
import { remSize, prop, device } from '../../../theme';
@@ -54,6 +55,9 @@ const CookieConsentCopy = styled.p`
5455
@media ${device.desktop} {
5556
margin-bottom: 0;
5657
}
58+
& a {
59+
color: ${prop('Policy.link')};
60+
}
5761
`;
5862

5963
const CookieConsentButtons = styled.div`
@@ -164,7 +168,8 @@ function CookieConsent() {
164168
<strong>
165169
We never sell this data or use it for advertising.
166170
</strong>{' '}
167-
You can decide which cookies you would like to allow.
171+
You can decide which cookies you would like to allow, and learn
172+
more in our <Link to="/privacy-policy">Privacy Policy</Link>.
168173
</CookieConsentCopy>
169174
<CookieConsentButtons>
170175
<Button

public/privacy-policy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,19 @@ You can set your browser to refuse all or some browser cookies, or to alert you
293293
Mobile browsers may collect real-time information about the location of your device for geo-fencing, mileage tracking, or similar purposes. If you do not want us to collect this information, you may decline our request or disable location services in your mobile device’s settings, if requested. However, opting out of the collection of location information will cause location-based features to be disabled and the online and/or mobile browsing may not function properly.
294294

295295

296+
### Analytics
297+
298+
We may use third-party web analytics (Google Analytics) to better understand the users that interact with our Website. You can opt out of analytics by installing the [Google Analytics Opt-out Browser Add-on](https://tools.google.com/dlpage/gaoptout), which prohibits data transmission to Google Analytics.
299+
300+
296301
### Promotional offers from the Processing Foundation
297302

298303
If you do not wish to have your email address or other contact information used by the Processing Foundation to promote our own yearly donation drive and other promotional events, you can contact us to opt-out. If we have sent you a promotional email, you may opt out using the unsubscribe or opt-out link in the email, if applicable, or by sending us a return email asking to be omitted from future email distributions. This opt out does not apply to information provided to p5.js as a result of your use of the Website or other transactions.
299304

300305

301306
## How We Respond To "Do Not Track" Signals
302307

303-
Your online browser settings may allow you to automatically transmit a “Do Not Track” signal to websites and online services you visit. Our Website does not respond to a “Do Not Track” signal from a visitor’s browser. If you would like to find out more about “Do Not Track,” please visit [www.allaboutdnt.com](http://www.allaboutdnt.com).
308+
Your online browser settings may allow you to automatically transmit a “Do Not Track” signal to websites and online services you visit. Our Website does not respond to a “Do Not Track” signal from a visitor’s browser because this [browser feature has been deprecated](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack). If you would like to find out more about “Do Not Track,” please visit [www.allaboutdnt.com](http://www.allaboutdnt.com).
304309

305310

306311
## Contact information

0 commit comments

Comments
 (0)