MathewWi / notscripts

Automatically exported from code.google.com/p/notscripts
Other
0 stars 0 forks source link

regexps in whitelist #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. put some IP but with .* in it into whitelist box - 192.168.*.* (whole set of 
machines inside an intranet) or 192.168.[0-9]+.[0-9]+
2. open any URL starting with 192.168.
3. hmm... the page doesn't load :(
4. write the specific IP into whitelist box - 192.168.205.201
5. open the IP from 4., wow! it works now :)

What is the expected output? What do you see instead?
I would like to be able to set IPs with regexps (or any similar functionality) 
in white/blacklist box

What version of the product are you using? On what operating system?
0.9.6 for Chrome

Please provide any additional information below.

Original issue reported on code.google.com by kkociubo...@gmail.com on 20 Feb 2014 at 1:02