Skip to content

Commit f9c3116

Browse files
author
martgil
committed
chore: de-dupe hosts
1 parent 71a094f commit f9c3116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tooling/build-types-and-manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const makeMockBuild = (sourceBuildType: string) => {
181181
if (csp) {
182182
let updatedCsp = csp.replace(
183183
/connect-src[^;]*/,
184-
"connect-src 'self' https://localhost:* https://flowcrypt.com https://fes.flowcrypt.test https://fes.standardsubdomainfes.localhost:* https://fes.key-manager-server-offline.flowcrypt.test https://google.com https://www.google.com https://*.flowcrypt.com https://flowcrypt.s3.amazonaws.com https://localhost:* https://*.localhost:* https://google.localhost:* https://gmail.localhost:*;"
184+
"connect-src 'self' https://localhost:* https://flowcrypt.com https://fes.flowcrypt.test https://fes.standardsubdomainfes.localhost:* https://fes.key-manager-server-offline.flowcrypt.test https://www.google.com https://*.flowcrypt.com https://flowcrypt.s3.amazonaws.com https://*.localhost:* https://google.localhost:* https://gmail.localhost:*;"
185185
);
186186
updatedCsp += "; style-src 'self' 'unsafe-inline'";
187187
manifest.content_security_policy.extension_pages = updatedCsp;

0 commit comments

Comments
 (0)