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

Incorrect filtering of third-party request #6

Closed
Alex-302 opened this issue Nov 5, 2015 · 5 comments
Closed

Incorrect filtering of third-party request #6

Alex-302 opened this issue Nov 5, 2015 · 5 comments
Assignees
Milestone

Comments

@Alex-302 Alex-302 added the Bug label Nov 5, 2015
@ameshkov ameshkov assigned vityevato and unassigned ameshkov Nov 5, 2015
@ameshkov
Copy link
Member

ameshkov commented Nov 5, 2015

@Stillness-2 look at regexp we use for "||" symbol.

Now it's something like https:?//
Should be ^https://

@vityevato
Copy link
Member

Now it's:
^https?://([a-z0-9-_.]+\\.)?

@ameshkov
Copy link
Member

ameshkov commented Nov 5, 2015

In current beta?

@vityevato
Copy link
Member

I think in release version too

@ameshkov
Copy link
Member

ameshkov commented Nov 5, 2015

Ops, false alarm, it is for browser extension:)

@ameshkov ameshkov closed this as completed Nov 5, 2015
@vityevato vityevato modified the milestone: 1.1.3 Dec 14, 2015
@vityevato vityevato modified the milestones: 1.1.3, 1.1.2-beta Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants