Skip to content

Commit e4939bc

Browse files
authored
Merge pull request #1 from zonuexe/claude/intelligent-davinci
Allow Amazon cover images in CSP for Kindle import
2 parents eba89fd + db7bc49 commit e4939bc

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/license-check.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
dependency-review:
14-
if: github.event_name == 'pull_request'
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v4
18-
- name: Dependency Review
19-
uses: actions/dependency-review-action@v4
20-
with:
21-
config-file: ./.github/dependency-review-config.yml
22-
2313
rust-licenses:
2414
runs-on: ubuntu-latest
2515
steps:

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"csp": {
3131
"default-src": "'self' asset: http://asset.localhost blob: data:",
3232
"connect-src": "ipc: http://ipc.localhost asset: http://asset.localhost",
33-
"img-src": "'self' asset: http://asset.localhost blob: data:",
33+
"img-src": "'self' asset: http://asset.localhost blob: data: https://*.media-amazon.com",
3434
"worker-src": "'self' blob:"
3535
}
3636
}

0 commit comments

Comments
 (0)