Website: remove /imagine policy and route. (#18076)

Changes:
- Removed `/imagine/*` policies.
This commit is contained in:
Eric 2024-04-04 21:05:00 -05:00 committed by GitHub
parent bb932c4659
commit 58db642f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -13,9 +13,6 @@ module.exports.policies = {
'*': 'is-logged-in',
'admin/*': 'is-super-admin',
// Bypass the `is-logged-in` policy for experiments, such as temporary landing pages.
'imagine/*': true,
// Bypass the `is-logged-in` policy for:
'entrance/*': true,
'webhooks/*': true,

View file

@ -539,7 +539,6 @@ module.exports.routes = {
'POST /api/v1/create-vanta-authorization-request': { action: 'create-vanta-authorization-request' },
'POST /api/v1/deliver-mdm-beta-signup': { action: 'deliver-mdm-beta-signup' },
'POST /api/v1/deliver-apple-csr ': { action: 'deliver-apple-csr', csrf: false},
'POST /api/v1/deliver-launch-party-signup': { action: 'imagine/deliver-launch-party-signup' },
'POST /api/v1/deliver-mdm-demo-email': { action: 'deliver-mdm-demo-email' },
'POST /api/v1/admin/provision-sandbox-instance-and-deliver-email': { action: 'admin/provision-sandbox-instance-and-deliver-email' },
'POST /api/v1/deliver-talk-to-us-form-submission': { action: 'deliver-talk-to-us-form-submission' },