ban des mots et liens

This commit is contained in:
jeremy.thomas 2025-03-26 17:04:49 +01:00
parent 1e798fea2c
commit 33a3fcefad

View File

@ -1352,6 +1352,16 @@ acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
# Ban des mots clés:
acl mot_interdis url_regex -i chagpt
acl mot_interdis url_regex -i twitch
http_access deny mot_interdis
# Ban des liens:
acl site_bloque url_reglex -i youtube.com
acl site_bloque url_reglex -i facebook.com
http_access deny site_bloque
# TAG: proxy_protocol_access
# Determine which client proxies can be trusted to provide correct
# information regarding real client IP address using PROXY protocol.