Open ajusa opened 4 years ago
See issue from old project: https://github.com/gintas/crackbook/issues/20
Basically, is there any way to block example.com without blocking example.com/custom/page.html?
example.com
example.com/custom/page.html
Right now it's not possible. Matching code only checks if the current URL "starts" with a blocked domain name. There is no support for advanced matching features such as regexes.
Maybe some day.
See issue from old project: https://github.com/gintas/crackbook/issues/20
Basically, is there any way to block
example.com
without blockingexample.com/custom/page.html
?