From e3889f61796aa3d03c169df8bbcb0f5c8abf6481 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 4 Mar 2015 19:45:25 +0100 Subject: [PATCH] [BUGFIX] Remove RemoveXSS credit link The current link to RemoveXSS project is broken and no new one can be found. The patch removes the link from about module but keeps other references in the source files Change-Id: Iff9590aae3cd093c17553a94d1d5c88afde54834 Releases: master, 6.2 Resolves: #65485 Reviewed-on: http://review.typo3.org/37534 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- .../about/Resources/Private/Partials/ExternalLibraries.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html b/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html index 7babb00ac6c2..15b4775027c0 100644 --- a/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html +++ b/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html @@ -33,10 +33,6 @@ <tr> <td>Prototype JavaScript framework</td><td><a href="http://www.prototypejs.org/" target="_blank">www.prototypejs.org</a></td> </tr> - <tr> - <td>RemoveXSS</td> - <td><a href="http://quickwired.com/smallprojects/php_xss_filter_function.php" target="_blank">quickwired.com</a></td> - </tr> <tr> <td>script.aculo.us</td> <td><a href="http://script.aculo.us" target="_blank">script.aculo.us</a></td> -- GitLab