[TYPO3-dev] Content-Security-Policy eval()

Job Rutgers jobrutgers at hotmail.com
Mon Dec 22 18:08:02 CET 2014


eval() is used a lot when I use firebug and search trough the scrips (of the latest master) for example in the ext-all file:

function evalFunc_pol(foreign, value) {
	return eval (((foreign=="-")?'-':'')+value);
} 

I'm not a Javascript expert so I have no suggestion how to replace it nice.



More information about the TYPO3-dev mailing list