You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -586,7 +586,7 @@ const LoggedInView = createReactClass({
|
|||||||
/>;
|
/>;
|
||||||
} else if (this.props.showCookieBar &&
|
} else if (this.props.showCookieBar &&
|
||||||
this.props.config.piwik &&
|
this.props.config.piwik &&
|
||||||
navigator.doNotTrack != 1
|
navigator.doNotTrack !== "1"
|
||||||
) {
|
) {
|
||||||
const policyUrl = this.props.config.piwik.policyUrl || null;
|
const policyUrl = this.props.config.piwik.policyUrl || null;
|
||||||
topBar = <CookieBar policyUrl={policyUrl} />;
|
topBar = <CookieBar policyUrl={policyUrl} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user