typable / verbal

A mobile app for listening to radio stations from around the globe
https://verbal.fm
GNU General Public License v3.0
0 stars 0 forks source link

Prevent third-party cookies #9

Open typable opened 1 year ago

typable commented 1 year ago

Reference: Disable third-party cookies

typable commented 1 year ago

By attaching crossorigin="anonymous" to an img tag, the request is set to cors mode which requires valid CORS headers.