code
code copied to clipboard
Make apperance related settings work in iframes
SameSite=None would allow to set for example color scheme and have it apply in iframes.
Turns out my original solution to the problem isn't going to work due to "enhanced tracker protection". Instead we would need to use something like localStorage, but I'm not sure how that will work with SSR and Nuxt.