Skip to content

Commit

Permalink
Did not work, I'll define a configmap instead
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Jul 17, 2024
1 parent f95afe0 commit bf4099e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions kubernetes/pihole/pihole/app/headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,4 @@ spec:
contentSecurityPolicy: "default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: https:; font-src 'self' https: data:; connect-src 'self' https:; frame-src 'self' https:; media-src 'self' https:; object-src 'none'; frame-ancestors 'self'; base-uri 'self'; form-action 'self';"
customFrameOptionsValue: SAMEORIGIN
customRequestHeaders:
X-Forwarded-Proto: https
accessControlAllowOriginList:
- "https://10.42.3.64"
- "https://pihole.local.solonsstuff.com"
- "https://pi.hole"
- "https://localhost"
- "https://pihole-7d8d5555cd-2jpk2"
accessControlAllowMethods:
- "GET"
- "POST"
- "PUT"
- "DELETE"
- "OPTIONS"
accessControlAllowHeaders:
- "Content-Type"
- "Authorization"
- "X-Requested-With"
accessControlAllowCredentials: true
X-Forwarded-Proto: https

0 comments on commit bf4099e

Please sign in to comment.