mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 10:28:38 +02:00
Security CWE-312 and CWE-20 Handling (#453)
This commit is contained in:
@ -69,7 +69,7 @@ def test_config_http(mock_post):
|
||||
# Pretend everything is okay
|
||||
return True
|
||||
|
||||
def url(self):
|
||||
def url(self, **kwargs):
|
||||
# Support url() function
|
||||
return ''
|
||||
|
||||
|
Reference in New Issue
Block a user