CKEditor not showing amazon Ad widget which is in javascript. It is showing javascript code only in source mode.
I already tried following solutions, please help.
config.protectedSource.push( /<NOSCRIPT>.*?<\/NOSCRIPT\>/g );
config.allowedContent = true;
config.extraAllowedContent = 'script(*);noscript(*)';