Does this library still work in 2021
taewookim opened this issue · 0 comments
taewookim commented
Safari is blocking all 3rd party cookies.. and Google is following something similar.
Only way i can think of is wrapping JS inside a subdomain via cname.
Ie... serving.com/pixel.js lives on customersite.com
So customer creates "serving.customersite.com" cname, and points it to serving.com
Now "serving.customersite.com/pixel.js" is not considered 3rd party.
Am I correct on this assumption?