mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
Removed HTTP_REFERER from manual_search endpoint as it's not required in AJAX request
This commit is contained in:
parent
9a9fdb0072
commit
9ef0ce689d
1 changed files with 1 additions and 2 deletions
|
@ -1820,7 +1820,6 @@ def get_subtitle():
|
|||
@custom_auth_basic(check_credentials)
|
||||
def manual_search_json():
|
||||
authorize()
|
||||
ref = request.environ['HTTP_REFERER']
|
||||
|
||||
episodePath = request.forms.get('episodePath')
|
||||
sceneName = request.forms.get('sceneName')
|
||||
|
|
Loading…
Reference in a new issue