mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-19 16:08:46 +01:00
Custom headers in login and download blocks
This commit is contained in:
@@ -327,6 +327,18 @@
|
||||
},
|
||||
"test": {
|
||||
"$ref": "#/definitions/PageTestBlock"
|
||||
},
|
||||
"headers": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^[A-Za-z0-9-]*$": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Login"
|
||||
@@ -672,6 +684,18 @@
|
||||
},
|
||||
"infohash": {
|
||||
"$ref": "#/definitions/InfoHashBlock"
|
||||
},
|
||||
"headers": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^[A-Za-z0-9-]*$": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "DownloadBlock"
|
||||
|
||||
Reference in New Issue
Block a user