Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
link
Commits
96a22328
Commit
96a22328
authored
Oct 10, 2006
by
Nathan Haug
Browse files
Added additional check to thwart xss attacks. Issue 88065. Thanks fago!
parent
4b900dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
link.module
View file @
96a22328
...
...
@@ -373,7 +373,7 @@ function link_cleanup_url ($url, $protocol = "http") {
}
}
return
$url
;
return
check_url
(
$url
)
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment