From 6297e0f77d0a9b97c09f6b2436e1d4d31ef8ea71 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Fri, 5 May 2023 07:03:47 -0400 Subject: [PATCH] remove referer rewrite With jupyterhub upgraded we should be able to remove this now. Bug: T329210 --- paws/codfw1dev.yaml | 3 --- paws/production.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/paws/codfw1dev.yaml b/paws/codfw1dev.yaml index 7dbe2bc2..e038ab29 100644 --- a/paws/codfw1dev.yaml +++ b/paws/codfw1dev.yaml @@ -37,9 +37,6 @@ jupyterhub: enabled: true hosts: - hub-paws-dev.codfw1dev.wmcloud.org - annotations: - nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_input_headers "REFERER: http://hub-paws-dev.codfw1dev.wmcloud.org/hub/"; singleuser: extraEnv: HUB_DOMAIN: "hub-paws-dev.codfw1dev.wmcloud.org" # Check jupyterhub.ingress.hosts diff --git a/paws/production.yaml b/paws/production.yaml index 0af74567..1e696ede 100644 --- a/paws/production.yaml +++ b/paws/production.yaml @@ -37,9 +37,6 @@ jupyterhub: enabled: true hosts: - hub-paws.wmcloud.org - annotations: - nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_input_headers "REFERER: http://hub-paws.wmcloud.org/hub/"; singleuser: extraEnv: HUB_DOMAIN: "hub-paws.wmcloud.org" # Check jupyterhub.ingress.hosts