We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc4af9 commit 913c3deCopy full SHA for 913c3de
src/containers/tw-windchime-submitter.jsx
@@ -24,7 +24,7 @@ const isOptedOut = () => {
24
// These headers are really intended to be about third-parties so we don't need to follow them,
25
// but if someone has these set, it's good to assume that they would opt out if given the choice.
26
// So we'll just respect that preemptively.
27
- return navigator.globalPrivacyControl === 'true' || navigator.doNotTrack === '1';
+ return navigator.globalPrivacyControl || navigator.doNotTrack === '1';
28
};
29
30
class TWWindchimeSubmitter extends React.Component {
0 commit comments