Fix possible infinite growing of the SafeRe regexp cache by limiting the cache size

This commit is contained in:
Vadim Ushakov 2021-10-20 17:25:47 +07:00
parent d2b65c550c
commit 769a2c08dd
2 changed files with 37 additions and 6 deletions

View file

@ -25,6 +25,7 @@
* 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()`.
* Fixed possible infinite growing of the `SafeRe` regexp cache by limiting the cache size.
## Docker Image