mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix for WCM-822.
Ignoring javascript urls rather than reporting them as broken. Consider: <a href="javascript: document.getElementById('platformGenreForm').submit();">Not a broken link!</a> Links like this will still be counted, but now no attempt will be made to verify their validity (just like mailto, ftp, etc.). Trying to validate links like this would mean forcing the validator to embed a javascript engine & execute arbitrary javascript code. That's not a good idea, so the lesser evil is to punt. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6791 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
<value>iris.lwz</value>
|
||||
<value>iris.xpc</value>
|
||||
<value>iris.xpcs</value>
|
||||
<value>javascript</value>
|
||||
<value>ldap</value>
|
||||
<value>mailserver</value>
|
||||
<value>mailto</value>
|
||||
|
Reference in New Issue
Block a user