Fix possible infinite growing of the SafeRe
regexp cache by limiting the cache size
This commit is contained in:
parent
d2b65c550c
commit
769a2c08dd
2 changed files with 37 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue