Apply fixes from StyleCI (#15698)

Co-authored-by: StyleCI Bot <[email protected]>
This commit is contained in:
Jellyfrog
2024-01-04 22:39:12 -06:00
committed by GitHub
co-authored by StyleCI Bot
parent 58becd9ea2
commit 071ca9bc2a
615 changed files with 4562 additions and 4554 deletions
@@ -44,8 +44,8 @@ class NotesController extends WidgetController
}
$purifier_config = [
'HTML.Allowed' => 'b,iframe[frameborder|src|width|height],i,ul,ol,li,h1,h2,h3,h4,br,p,pre',
'HTML.Trusted' => true,
'HTML.Allowed' => 'b,iframe[frameborder|src|width|height],i,ul,ol,li,h1,h2,h3,h4,br,p,pre',
'HTML.Trusted' => true,
'HTML.SafeIframe' => true,
'URI.SafeIframeRegexp' => '%^(https?:)?//%',
];