Add hidden setting to allow foreign post requests
See #55 Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
@@ -53,6 +53,15 @@ For security reasons, enabling this is not recommended.''',
|
||||
'category': 'network',
|
||||
}),
|
||||
|
||||
('allow_foreign_post_requests', {
|
||||
'type': bool,
|
||||
'default': False,
|
||||
'comment': '''Enables requests from foreign addresses to make post requests.
|
||||
For security reasons, enabling this is not recommended.''',
|
||||
'hidden': True,
|
||||
'category': 'network',
|
||||
}),
|
||||
|
||||
('subtitles_mode', {
|
||||
'type': int,
|
||||
'default': 0,
|
||||
|
||||
Reference in New Issue
Block a user