Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern matching not working as expected #55

Closed
raimondi1337 opened this issue Oct 31, 2018 · 2 comments
Closed

Pattern matching not working as expected #55

raimondi1337 opened this issue Oct 31, 2018 · 2 comments

Comments

@raimondi1337
Copy link

*://*/* 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
Copy link
Author

I was going in the wrong direction lololol

@ryuujo
Copy link

ryuujo commented Apr 14, 2019

So how did you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants