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
1 changed files with 1 additions and 1 deletions

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