Skip to content

Commit

Permalink
fix browser stream interrupt and lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
fetsorn committed Sep 25, 2023
1 parent 08131ab commit 37fbb8f
Show file tree
Hide file tree
Showing 9 changed files with 8,336 additions and 4,190 deletions.
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
{
name: '@electron-forge/plugin-webpack',
config: {
devContentSecurityPolicy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-src 'self' blob:; media-src 'self' blob:; img-src 'self' data: blob:; connect-src 'self' https://*.telegram.org https://t.me ws://vesta.web.telegram.org wss://venus.web.telegram.org/apiws wss://venus-1.web.telegram.org/apiws; object-src 'self' blob:;",
devContentSecurityPolicy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-src 'self' blob:; media-src 'self' blob:; img-src 'self' data: blob:; connect-src 'self' https://*.telegram.org https://t.me ws://vesta.web.telegram.org wss://venus.web.telegram.org/apiws wss://venus-1.web.telegram.org/apiws https://source.qualifiedself.org; object-src 'self' blob:;",
mainConfig: './webpack.main.config.js',
renderer: {
config: './webpack.renderer.config.js',
Expand Down
Loading

0 comments on commit 37fbb8f

Please sign in to comment.