mirror of https://github.com/vector-im/riot-web
parent
1739b7e0cc
commit
3a7454a52f
|
@ -586,7 +586,7 @@ const LoggedInView = createReactClass({
|
|||
/>;
|
||||
} else if (this.props.showCookieBar &&
|
||||
this.props.config.piwik &&
|
||||
navigator.doNotTrack != 1
|
||||
navigator.doNotTrack !== "1"
|
||||
) {
|
||||
const policyUrl = this.props.config.piwik.policyUrl || null;
|
||||
topBar = <CookieBar policyUrl={policyUrl} />;
|
||||
|
|
Loading…
Reference in New Issue