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.
[Solved] Disable YouTube Auto Embed?
Jolaedana
New
Answers
Open up "config-defaults.php" in "conf" folder of the vanilla install.
On line 108 and 109 you will see:
$Configuration['Garden']['Format']['YouTube'] = TRUE;
$Configuration['Garden']['Format']['Vimeo'] = TRUE;
Change true to false, and video embedding won't happen anymore. Enjoy!