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 9b1406a commit dcdb4d2Copy full SHA for dcdb4d2
netbox/extras/models/models.py
@@ -285,7 +285,7 @@ def render(self, context):
285
text = clean_html(text, allowed_schemes)
286
287
# Sanitize link
288
- link = urllib.parse.quote(link, safe='/:?&=%+[]@#,')
+ link = urllib.parse.quote(link, safe='/:?&=%+[]@#,;')
289
290
# Verify link scheme is allowed
291
result = urllib.parse.urlparse(link)
0 commit comments