1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Fix dev server connector headers (#1509)

This commit is contained in:
Matt Gibson
2022-03-02 15:27:34 -05:00
committed by GitHub
parent f832cb4138
commit 7d018e4b59

View File

@@ -190,7 +190,7 @@ const devServer =
},
},
headers: (req) => {
if (!req.url.includes("connector.html")) {
if (!req.originalUrl.includes("connector.html")) {
return [
{
key: "Content-Security-Policy",