misabiko / SoshalThingYew

Tweetdeck-style timeline app to display feeds from various services in columns.
8 stars 1 forks source link

Reimplement Twitter endpoints through chrome extension #80

Open misabiko opened 2 years ago

misabiko commented 2 years ago

I finally realized requests from chrome extension background scripts don't count as cross origin!! Meaning I don't have to serve the app locally anymore!

misabiko commented 2 years ago

After too much fiddling, I can say that at least by default cors requests don't work on service workers. But we confirmed it worked on extensions so we can still ditch the proxy!