Make the site block check usable from plugins and core modules

Fixes https://github.com/HelloZeroNet/ZeroNet/issues/1888
This commit is contained in:
Vadim Ushakov 2021-03-23 23:12:54 +07:00
parent 6c8849139f
commit 1144964062
3 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,7 @@
**Other:**
* Implemented the log level overriding for separate modules for easier debugging.
* Make the site block check implemented in `ContentFilter` usable from plugins and core modules via `SiteManager.isAddressBlocked()`.
## Plugins