summaryrefslogtreecommitdiff
path: root/include/security_headers.hpp
diff options
context:
space:
mode:
authorJoseph Reynolds <joseph-reynolds@charter.net>2023-08-16 20:47:32 +0300
committerJoseph Reynolds <joseph-reynolds@charter.net>2023-08-16 20:47:32 +0300
commit9bdc8b55d35aa228b065bc44fa6992250c67dc9b (patch)
tree0133ebda9159c6f51fc36d19fce24d3abdacdfec /include/security_headers.hpp
parent3b32780d1b3a75f2f094b8b387c036288ff640a7 (diff)
downloadbmcweb-9bdc8b55d35aa228b065bc44fa6992250c67dc9b.tar.xz
Add missing comma in Permissions-Policy
This adds a missing comma in the Permissions-Policy response header value. Tested: no; I didn't even try to compile it. Change-Id: I4f08b54a5e5af040e10a95d913ef8b457f5bd457 Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net>
Diffstat (limited to 'include/security_headers.hpp')
-rw-r--r--include/security_headers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security_headers.hpp b/include/security_headers.hpp
index 9615f6548c..1b9e984dd2 100644
--- a/include/security_headers.hpp
+++ b/include/security_headers.hpp
@@ -48,7 +48,7 @@ inline void addSecurityHeaders(const crow::Request& req [[maybe_unused]],
"payment=(),"
"picture-in-picture=(),"
"publickey-credentials-get=(),"
- "speaker-selection=()"
+ "speaker-selection=(),"
"sync-xhr=(self),"
"unoptimized-images=(self),"
"unsized-media=(self),"