Add no_referrer_domains list to defaut_conf for website that defines this policy

This commit is contained in:
Gregory Soutade
2024-01-30 11:20:19 +01:00
parent f1ffbe40d8
commit 974d355dd4
2 changed files with 11 additions and 8 deletions

View File

@@ -66,3 +66,6 @@ keep_requests = False
# Domain names that should be ignored
excluded_domain_name = []
# Domains that set no-referer as Referer-Policy
no_referrer_domains = []