mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
infire: add Referer header
Fix for `Access denied. Invalid referer.` without a Referer header
This commit is contained in:
@@ -160,6 +160,9 @@ search:
|
|||||||
order: "{{ .Config.sort }}"
|
order: "{{ .Config.sort }}"
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
|
|
||||||
|
headers:
|
||||||
|
Referer: ["{{ .Config.sitelink }}torrents.php"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.mg-b-0 > tbody > tr:has(a[href^="download.php?id="])
|
selector: table.mg-b-0 > tbody > tr:has(a[href^="download.php?id="])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user