From 2295bef8777afb351c1fb24fdea574c031f98595 Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Feb 2020 17:42:34 +0800 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 4 ---- 1 file changed, 4 deletions(-) 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) ],