lengstrom / falcon

Chrome extension for full text history search!
https://chrome.google.com/webstore/detail/falcon/mmifbbohghecjloeklpbinkjpbplfalb
GNU General Public License v3.0
1.83k stars 84 forks source link

[BUG] 1 Blacklist option not working, rest just Regex #67

Open blackforestboi opened 7 years ago

blackforestboi commented 7 years ago

I just noticed that the blacklist functions are all not working as they should (except regex).

What I expect

Specific page = only block where the URL is exactly that Entire website = block the entire domain (even if i just post a URL) Regex = compare if there is a string in URL and do not index

What is actually the case

Specific Page = Blocks all pages from being indexed, no matter what I enter in this field Entire Website = If I enter URL it blocks only URL, If I enter parts of it it blocks everything like a regex Example: URL= http://appliedmythology.blogspot.de/2015/09/a-closer-look-at-organic-pesticides-in.html Parts= http://appliedmythology.blogspot.de/2015/09/ Regex = Just regex

Hope that helps!