1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-21 02:11:54 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",