Expand tracking blacklist

This commit is contained in:
Daniel Siepmann 2020-02-19 09:19:26 +01:00
parent 6a2cd9bc50
commit 005140d6f1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -24,5 +24,5 @@ services:
arguments:
$rule: >
not (context.getAspect("backend.user").isLoggedIn())
and not (request.getHeader("User-Agent")[0] matches "/^Wget/")
and not (request.getHeader("User-Agent")[0] matches "/Googlebot|Bingbot|Slurp|DuckDuckBot|Baiduspider|YandexBot|Sogou|Exabot/")
and not (request.getHeader("User-Agent")[0] matches "/^Wget|TYPO3|TYPO3 linkvalidator/")
and not (request.getHeader("User-Agent")[0] matches "/Googlebot|Bingbot|Slurp|DuckDuckBot|Baiduspider|YandexBot|Sogou|Exabot|NextCloud-News|Feedly|XING FeedReader|CCBot/")