mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
Fix #188
This commit is contained in:
parent
7191ed6fb1
commit
43ff275b16
4 changed files with 97 additions and 2 deletions
|
@ -410,7 +410,16 @@ Certificate Authority is set when behind-the-ingress service communication uses
|
|||
- Environmental Variable: `HEADERS`
|
||||
- Config File Key: `headers`
|
||||
- Type: map of `strings` key value pairs
|
||||
- Example: `X-Content-Type-Options:nosniff,X-Frame-Options:SAMEORIGIN`
|
||||
- Examples:
|
||||
- Comma Separated:
|
||||
`X-Content-Type-Options:nosniff,X-Frame-Options:SAMEORIGIN`
|
||||
- JSON: `'{"X-Test": "X-Value"}'`
|
||||
- YAML:
|
||||
```yaml
|
||||
headers:
|
||||
X-Test: X-Value
|
||||
```
|
||||
|
||||
- To disable: `disable:true`
|
||||
- Default :
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue