-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tauri v2 Migration #754
base: main
Are you sure you want to change the base?
Tauri v2 Migration #754
Conversation
yarn was complaining
Tauri v2 Migration (wip)
@@ -0,0 +1,2041 @@ | |||
{ | |||
"$schema": "http://json-schema.org/draft-07/schema#", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning generated
@@ -0,0 +1,2041 @@ | |||
{ | |||
"$schema": "http://json-schema.org/draft-07/schema#", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning generated
"build": { | ||
"beforeDevCommand": "yarn dev", | ||
"frontendDist": "../.output/public", | ||
"devUrl": "http://localhost:3000" |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
], | ||
"enable": true | ||
}, | ||
"csp": "default-src 'self' blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' asset: https://asset.localhost; style-src 'unsafe-inline' 'self'; style-src-elem 'unsafe-inline' 'self'; style-src-attr 'unsafe-inline' 'self'; connect-src ipc: http://ipc.localhost" |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
], | ||
"enable": true | ||
}, | ||
"csp": "default-src 'self' blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' asset: https://asset.localhost; style-src 'unsafe-inline' 'self'; style-src-elem 'unsafe-inline' 'self'; style-src-attr 'unsafe-inline' 'self'; connect-src ipc: http://ipc.localhost" |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
], | ||
"enable": true | ||
}, | ||
"csp": "default-src 'self' blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' asset: https://asset.localhost; style-src 'unsafe-inline' 'self'; style-src-elem 'unsafe-inline' 'self'; style-src-attr 'unsafe-inline' 'self'; connect-src ipc: http://ipc.localhost" |
Check notice
Code scanning / devskim
Accessing localhost could indicate debug code, or could hinder scaling. Note
Pull Request
Submits the Tauri v2 migration as previously committed in my fork. Needs testing for the Linux background blur and production builds still.