Skip to content

Commit

Permalink
Set HTMLPurifier enabled by default
Browse files Browse the repository at this point in the history
Affects new installations only
  • Loading branch information
zerocrates committed Jul 25, 2023
1 parent 20adbec commit 32b0914
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class AddDefaultSettingsTask implements TaskInterface
'media_type_whitelist' => SettingForm::MEDIA_TYPE_WHITELIST,
'extension_whitelist' => SettingForm::EXTENSION_WHITELIST,
'version_notifications' => '1',
'use_htmlpurifier' => '1',
];

public function perform(Installer $installer)
Expand Down

0 comments on commit 32b0914

Please sign in to comment.