Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to allow javascript code in signatures?
ThomasHoi
New
Hi,
I'm using Vanilla version 2.0.18.8 with signatures version 1.1.5
I have restricted access of signatures to only Admin.
May I know how I can allow javascript code in signature? Currently only html code is allowed.
Thanks.
Tagged:
0
Comments
The general consensus is to never allow user submitted code to be executed. Even restricting the ability to certain users is considered a harmful security policy. It increases your attack surface with very little gain.
Signatures 1.1.5 strips out the javascript on line 273. I will leave it up to you how to stop that from happening.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@ThomasHoi as discussed before you need to rethink the problem and solution.
grep is your friend.