Compare commits

..

1 commit

Author SHA1 Message Date
a1ccb194e8
2024.11.0-yumechinokuni.6
Some checks failed
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Lint / pnpm_install (push) Successful in 1m15s
Publish Docker image / Build (push) Successful in 3m52s
Test (production install and build) / production (22.11.0) (push) Successful in 1m0s
Publish Docker image / Build (pull_request) Successful in 4m9s
Lint / pnpm_install (pull_request) Successful in 1m18s
Test (production install and build) / production (22.11.0) (pull_request) Successful in 1m19s
Test (backend) / unit (22.11.0) (pull_request) Failing after 8m15s
Lint / lint (backend) (push) Has been cancelled
Lint / lint (frontend) (push) Has been cancelled
Lint / lint (frontend) (pull_request) Successful in 2m18s
Lint / lint (backend) (pull_request) Successful in 2m34s
Lint / lint (frontend-embed) (pull_request) Successful in 2m16s
Lint / lint (frontend-shared) (pull_request) Successful in 2m10s
Lint / lint (misskey-js) (pull_request) Successful in 2m21s
Lint / lint (misskey-bubble-game) (pull_request) Successful in 2m33s
Lint / lint (misskey-reversi) (pull_request) Successful in 2m17s
Lint / typecheck (backend) (pull_request) Successful in 1m55s
Lint / lint (sw) (pull_request) Successful in 2m14s
Lint / typecheck (misskey-js) (pull_request) Successful in 1m37s
Lint / typecheck (sw) (pull_request) Successful in 1m45s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-11-21 10:59:20 -06:00

View file

@ -50,7 +50,6 @@ export function generateCSP(hashedMap: Map<string, CSPHashed>, options: {
'\'wasm-unsafe-eval\'',
...scripts
]],
['worker-src', ['\'self\'', options.mediaProxy].filter(Boolean)],
['object-src', ['\'none\'']],
['base-uri', ['\'self\'']],
['form-action', ['\'self\'']],