Skip to content

Commit 9a99608

Browse files
committed
Merge pull request #4615 in SW/shopware from sw-17249/5.2/fix-html-in-blog-comments to 5.2
* commit '6553addc08fc8418320a468cdea6e5d1d34300a5': SW-17249 - Add additional route to InputFilter whitelist
2 parents a5e2301 + 6553add commit 9a99608

File tree

1 file changed

+4
-0
lines changed
  • engine/Shopware/Plugins/Default/Frontend/InputFilter

1 file changed

+4
-0
lines changed

engine/Shopware/Plugins/Default/Frontend/InputFilter/Bootstrap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ public function onRouteShutdown(Enlight_Controller_EventArgs $args)
132132
],
133133
'frontend/account/resetpassword' => [
134134
'password',
135+
'passwordConfirmation',
136+
],
137+
'frontend/account/saveemail' => [
138+
'currentPassword',
135139
],
136140
];
137141

0 commit comments

Comments
 (0)