Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use strengthify.min on personal settings page
Else the CSP fails to load properly

Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer authored and Backportbot committed Dec 10, 2018
commit f7ed3687d2e6d40c424842a5513b43a1af7472d1
2 changes: 1 addition & 1 deletion settings/templates/settings/personal/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if($_['passwordChangeSupported']) {
script('settings', 'security_password');
script('jquery-showpassword');
vendor_script('strengthify/jquery.strengthify');
vendor_script('strengthify/jquery.strengthify.min');
vendor_style('strengthify/strengthify');
}

Expand Down