We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e1f8b commit 8c828e3Copy full SHA for 8c828e3
src/onelogin/saml2/settings.py
@@ -56,6 +56,8 @@ def validate_url(url, allow_single_label_domain=False):
56
Auxiliary method to validate an urllib
57
:param url: An url to be validated
58
:type url: string
59
+ :param allow_single_label_domain: In order to allow or not single label domain
60
+ :type url: bool
61
:returns: True if the url is valid
62
:rtype: bool
63
"""
0 commit comments