Insert header/footer plugin issue (sanitizes script) #4771
Unanswered
aducom
asked this question in
Q&A Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use this plugin, then the quotes are sanitized. If you insert <script src= etc., then this cannot execute. It is an old issue that I reported years ago but fixed by adding the script code to the e107 core. Better is to fix it in the plugin. It is very easy:
$text=htmlspecialchars_decode($text);
in e_footer / header does the job.
Not sure who is maintaining this plugin.
Albert
Beta Was this translation helpful? Give feedback.
All reactions