Skip to content
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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Tauri v2 Migration #754

wants to merge 12 commits into from

Conversation

leherkom
Copy link
Contributor

Pull Request

Submits the Tauri v2 migration as previously committed in my fork. Needs testing for the Linux background blur and production builds still.

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

Insecure URL
@@ -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

Insecure URL
"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

Do not leave debug code in production
],
"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

Do not leave debug code in production
],
"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

Insecure URL
],
"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

Do not leave debug code in production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants