vitvad / Access-Control-Allow-Origin

Chrome extension: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi
213 stars 73 forks source link

Pattern matching not working as expected #55

Closed raimondi1337 closed 6 years ago

raimondi1337 commented 6 years ago

*://*/* fixes the errors I'm having while running applications locally on http:/localhost:3003/, but it causes problems with other sites (github) so I'd like to limit it to localhost, but I can't get any pattern other than the above working.

None of these fix my issues on localhost, what gives?

*://localhost/* *://localhost:*/* *://localhost:3003/* http://localhost/* localhost/* http://127.0.0.1/* *://127.0.0.1/* *://127.0.0.1:3003/*

raimondi1337 commented 6 years ago

I was going in the wrong direction lololol

ryuujo commented 5 years ago

So how did you fix it?