mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: remove /imagine policy and route. (#18076)
Changes: - Removed `/imagine/*` policies.
This commit is contained in:
parent
bb932c4659
commit
58db642f0a
2 changed files with 0 additions and 4 deletions
3
website/config/policies.js
vendored
3
website/config/policies.js
vendored
|
|
@ -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,
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue