Replies: 1 comment 3 replies
-
Netbox's EnhancedURLValidator is based on Django's URLValidator. Unless you supply an explicit list of schemes - which as far as I can see isn't given - then it accepts only I'd say it's a reasonable feature request to be able to provide a list, e.g. in the config file; even better would be at the field level. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings!
In previous Netbox versions it was allowed to use ssh:// URLs in custom fields. When trying to add such a link in version 3.1 you get an error message saying "Enter a valid URL".
Any chance that you allow the use of ssh:// URLs again?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions