ENH remove devbuild bypass

This commit is contained in:
Andrew Paxley 2023-11-03 12:24:44 +13:00
parent 5d4327b238
commit 2cb84e90d4
1 changed files with 0 additions and 3 deletions

View File

@ -121,9 +121,6 @@ SilverStripe\Core\Injector\Injector:
DevUrlsConfirmationMiddleware:
properties:
Bypasses:
# dev/build is covered by URLSpecialsMiddleware
- '%$SilverStripe\Control\Middleware\ConfirmationMiddleware\UrlPathStartswith("dev/build")'
# The confirmation form is where people will be redirected for confirmation. We don't want to block it.
- '%$SilverStripe\Control\Middleware\ConfirmationMiddleware\UrlPathStartswith("dev/confirm")'