Remove the `uuidHash` check from CoreRewriteTestAction
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 25 Aug 2023 08:06:37 +0000 (10:06 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 25 Aug 2023 08:22:31 +0000 (10:22 +0200)
commit5785bb5c7e3d97cd01d10c14a0ed47bf2c40f032
tree9bac0974f81f2a1f33f2991331c8c080aa26aacf
parent153077a80e36a28e39e25cf520354fc3e305c572
Remove the `uuidHash` check from CoreRewriteTestAction

With the removal of the CORS headers this controller is no more or less
exploitable / sensitive than any other controller: It has a trivial
implementation. We can just make it available to everyone and remove the
special handling in OptionForm.
wcfsetup/install/files/acp/templates/__optionRewriteTest.tpl
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/action/CoreRewriteTestAction.class.php