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:
Johan Brandhorst-Satzkorn 2022-10-26 12:44:48 -05:00 committed by GitHub
parent a70ec814dd
commit 1dd9e1cb53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/"],
},
}
}