danwent / Perspectives

Perspectives Firefox Extension
http://perspectives-project.org
66 stars 19 forks source link

Whitelisting "with subdomains" fails for websites that don't use subdomains #138

Open ghost opened 10 years ago

ghost commented 10 years ago

Github for example is listed in the locationbar as https://github.com. When adding it to the whitelist as "this website only" the corresponding regex is ^github\.com$. When adding "with subdomains" the corresponding regex is .*\.github\.com$ (note the second period) which doesn't cover https://github.com obviously.