From f6c09103f4d697c18a47f329c43bca73dd23493b Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Thu, 31 Oct 2024 15:10:33 -0400 Subject: [PATCH] BSD fixes #322: Remove routes for storybook app too. --- .platform/routes.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.platform/routes.yaml b/.platform/routes.yaml index 257ca871..ace6aea3 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -19,15 +19,15 @@ # Base the cache on the session cookie and custom Drupal cookies. Ignore all other cookies. cookies: ['/^SS?ESS/', '/^Drupal.visitor/'] -"https://sb.{default}": - type: upstream - upstream: "storybook:http" - tls: - # https://docs.platform.sh/define-routes/https.html#stricttransportsecurity - strict_transport_security: - # This is one year, can't change. - enabled: true - include_subdomains: false - preload: false - cache: - enabled: true +#"https://sb.{default}": +# type: upstream +# upstream: "storybook:http" +# tls: +# # https://docs.platform.sh/define-routes/https.html#stricttransportsecurity +# strict_transport_security: +# # This is one year, can't change. +# enabled: true +# include_subdomains: false +# preload: false +# cache: +# enabled: true