mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
There is no need to try to match the regexp over the whole input, having it anchored is enough. If we feel extra-lenient, we might strip spaces in front/tail, but I don't think it's necessary. This commit also invert a condition to reduce the level of nested indentation, and make a condition stricter. |
||
---|---|---|
.. | ||
content_rewrite.go | ||
content_rewrite_functions.go | ||
content_rewrite_rules.go | ||
content_rewrite_test.go | ||
referer_override.go | ||
referer_override_test.go | ||
url_rewrite.go | ||
url_rewrite_test.go |