projects
/
project/link.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4b900db
)
Added additional check to thwart xss attacks. Issue 88065. Thanks fago!
4.7.x-1.0
author
Nathan Haug
Tue, 10 Oct 2006 19:07:11 +0000 (19:07 +0000)
committer
Nathan Haug
Tue, 10 Oct 2006 19:07:11 +0000 (19:07 +0000)
link.module
patch
|
blob
|
blame
|
history
diff --git
a/link.module
b/link.module
index
6a991b0
..
e57a7de
100644
(file)
--- a/
link.module
+++ b/
link.module
@@
-373,7
+373,7
@@
function link_cleanup_url ($url, $protocol = "http") {
}
}
- return $url;
+ return check_url($url);
}
/**