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.
Remove html images and youtube embed capabilities?
Is there a way to make the img src html tag not work and just print out raw text? And is it possible to do the same thing for a youtube embedded video?
Tagged:
0
Answers
1. Set the following config settings: 2. You're going to have to fiddle with the Htmlawed plugin to deny image tags. It supports this, but you'll have to look through their documentation.
$Configuration['Garden']['InputFormatter'] = 'Raw';
To remove all html tags, but that did not work either. Any suggestions?
$Configuration['Garden']['InputFormatter'] = "Text";
and the other steps above