diff --git a/config/pixelfed.php b/config/pixelfed.php index a091d6cdd..26c06f213 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -257,10 +257,6 @@ return [ 'oauth_enabled' => env('OAUTH_ENABLED', false), - 'sanitizer' => [ - 'restrict_html_types' => env('RESTRICT_HTML_TYPES', true) - ], - 'admin' => [ 'env_editor' => env('ADMIN_ENV_EDITOR', false) ],