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:
Shenwei Wang
2026-03-17 20:57:32 +08:00
committed by GitHub
parent 3930144876
commit a396a54f90
2 changed files with 2 additions and 2 deletions

View File

@@ -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}}'