diff options
Diffstat (limited to 'lib/redmine/wiki_formatting/textile/redcloth3.rb')
-rw-r--r-- | lib/redmine/wiki_formatting/textile/redcloth3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/textile/redcloth3.rb b/lib/redmine/wiki_formatting/textile/redcloth3.rb index 3c43a54d9..2816e1c90 100644 --- a/lib/redmine/wiki_formatting/textile/redcloth3.rb +++ b/lib/redmine/wiki_formatting/textile/redcloth3.rb @@ -961,7 +961,7 @@ class RedCloth3 < String href, alt_title = check_refs( href ) if href url, url_title = check_refs( url ) - next m unless uri_with_safe_scheme?(url) + next m unless uri_with_safe_scheme?(url.partition('?').first) if href href = htmlesc(href.dup) next m if href.downcase.start_with?('javascript:') |