fix: modify CSP to allow connect-src blob (#549)
* Modify CSP to allow connect-src blob Updated Content Security Policy to include 'blob' in connect-src. Fixing #548 * chore(ci): Disable Updater for Fork PRs * fix: disable createUpdaterArtifacts for fork PRs * fix: always disable createUpdaterArtifacts * fix: fix typos
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -48,4 +48,4 @@ jobs:
|
||||
# TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
with:
|
||||
args: ${{ matrix.args }}
|
||||
args: ${{ matrix.args }} --config '{"bundle":{"createUpdaterArtifacts":false}}'
|
||||
|
||||
Reference in New Issue
Block a user