code icon indicating copy to clipboard operation
code copied to clipboard

Make apperance related settings work in iframes

Open piprett opened this issue 10 months ago • 1 comments

SameSite=None would allow to set for example color scheme and have it apply in iframes.

piprett avatar Feb 27 '25 18:02 piprett

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.

piprett avatar Mar 02 '25 19:03 piprett