Skip to content

Commit

Permalink
remove referer rewrite
Browse files Browse the repository at this point in the history
With jupyterhub upgraded we should be able to remove this now.

Bug: T329210
  • Loading branch information
vivian-rook committed Jul 17, 2023
1 parent bc13cff commit 64f7192
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions paws/codfw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,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
Expand Down
3 changes: 0 additions & 3 deletions paws/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,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
Expand Down

0 comments on commit 64f7192

Please sign in to comment.