Skip to content

Commit

Permalink
remove referer rewrite (#281)
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 authored May 7, 2024
1 parent a0b4f5e commit c0b3ca4
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 c0b3ca4

Please sign in to comment.