Closed
Description
- If another
script
tag has theasync
attribute, it will be downloaded in parallel and could be executed before the Yett script. TheMutationObserver
will be registered after the script and therefore not prevent its execution. - In context of GDPR, the script should prevent communicating personal data cross-domain.
Since allscript
's are downloaded (even if not executed), they still send all third-party cookies with the HTTP GET to download the script. Which lets the 3th party know which websites you visit.