Fix rendering of custom response headers (#17652)
The double quote used broke syntax highlighting. Replace with a proper double quote.
This commit is contained in:
parent
a70ec814dd
commit
1dd9e1cb53
|
@ -294,7 +294,7 @@ listener "tcp" {
|
|||
},
|
||||
"301" = {
|
||||
"Strict-Transport-Security" = ["max-age=31536000"],
|
||||
“Content-Security-Policy" = ["connect-src https://clusterC.vault.external/"],
|
||||
"Content-Security-Policy" = ["connect-src https://clusterC.vault.external/"],
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue