Bug #20637
closedRemove ancient blurLink code
0%
Description
I know I can use config.removeDefaultJS, but that will also kill my spam protection rules.
The only way I can get around this is by making my own JS file for the email spam protection JS and then setting config.removeDefaultJS to 1
I think the time has come to give the blurLink code and other default JS code an overhaul.
At least make the blurLink code more configurable. Like not including it when config.noBlur = 1
The best would be to get rid of it completely and only putting it back when config.iCanHazBlurCode = 1
??
(issue imported from #M11367)
Files
Updated by Steffen Kamper over 15 years ago
attached patch allows
config.noBlur = 1
to get rid of the
// Blurring links:
function blurLink(theObject) { //
if (msie4) {theObject.blur();}
}
Updated by Steffen Müller over 15 years ago
Updated by Steffen Kamper over 15 years ago
no, that's part of the condition :)
But that's not enough. Also the link generation should be aware of this config, which makes it more complex. I will look at this now.
Updated by Sascha Egerer over 14 years ago
Any news here?
This blurLink stuff sucks... still in version TYPO3 4.4
Updated by Thomas Deinhamer over 14 years ago
Yeah, I think that function is not needed anymore. Far away from beeing state of the art.
Updated by Benni Mack about 14 years ago
Attached is a patch that removes the whole functionality, because this should not be done at all with inline JS.
Updated by Xavier Perseguers almost 13 years ago
- Category deleted (
Communication) - Assignee deleted (
Steffen Kamper) - Target version deleted (
0)
Updated by Mario Rimann about 12 years ago
Not sure if it's our configuration - but I guess this one is resolved since 4.7.x where a lot of stuff has been improved regarding the whole frontend output generation. At least I cannot see anything regarding blur in our whole FE output.
Can someone confirm my guess and close this issue if I'm right?
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Closed
Closed as commented.