Skip to content

Commit

Permalink
Merge pull request #678 from openstad/feat/add-noindex-for-admin-ingress
Browse files Browse the repository at this point in the history
feat: add `robots: noindex` to admin ingress
  • Loading branch information
rudivanhierden authored Nov 6, 2024
2 parents 00bc00f + b608b53 commit 97c0cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openstad-headless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ admin:
more_set_headers "X-Frame-Options: SAMEORIGIN";
more_set_headers "X-Xss-Protection: 1";
more_set_headers "Referrer-Policy: same-origin";
more_set_headers "X-Robots-Tag: noindex";
extraLabels: {}
hosts: []
ingressClassName: nginx
Expand Down

0 comments on commit 97c0cd6

Please sign in to comment.