File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const makeMockBuild = (sourceBuildType: string) => {
181181 if ( csp ) {
182182 let updatedCsp = csp . replace (
183183 / c o n n e c t - s r c [ ^ ; ] * / ,
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 ;
You can’t perform that action at this time.
0 commit comments