install.fairie/home/dot_local/etc/nginx/modsec/sites/sonarr.conf

6 lines
316 B
Text
Raw Normal View History

2023-07-08 23:49:14 -07:00
# For Sonarr not allowing saving Transmission client downloader
SecRule REQUEST_URI "@beginsWith /api/downloadclient" "phase:1,nolog,allow,id:14,ctl:ruleEngine=Off"
# For Sonarr not allowing saving of Delay Profiles
SecRule REQUEST_URI "@beginsWith /api/delayprofile" "phase:1,nolog,allow,id:15,ctl:ruleEngine=Off"