From f7ed3687d2e6d40c424842a5513b43a1af7472d1 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 10 Dec 2018 16:32:53 +0100 Subject: [PATCH] Use strengthify.min on personal settings page Else the CSP fails to load properly Signed-off-by: Roeland Jago Douma --- settings/templates/settings/personal/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index 778d711d90..d2df1104d7 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -32,7 +32,7 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); script('jquery-showpassword'); - vendor_script('strengthify/jquery.strengthify'); + vendor_script('strengthify/jquery.strengthify.min'); vendor_style('strengthify/strengthify'); }