Siyali Gupta

Siyali Gupta started this conversation 9 months ago.

Is it possible to detect if Safari 13’s "Prevent Cross-Site Tracking" feature is enabled using JavaScript?

Is there a reliable method to detect if Safari 13’s "Prevent Cross-Site Tracking" feature is enabled using JavaScript, and if so, how can I implement this detection to provide a seamless user experience while respecting user privacy settings?

codecool

Posted 9 months ago

Detecting if Safari 13’s "Prevent Cross-Site Tracking" feature is enabled using JavaScript is not straightforward due to privacy and security restrictions. However, you can infer its status by checking if third-party cookies are enabled, as this feature disables third-party cookies by default.