-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: add use_https_scheme
for Windows and Android
#11477
Conversation
Package Changes Through eda3f1dThere are 8 changes which include tauri with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime-wry with minor, @tauri-apps/api with patch, tauri-utils with minor, tauri-runtime with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to apply the suggestions, i know it's easier to do locally (esp since you have to regen the schema).
Also this part
Changing this value between releases will change the IndexedDB, cookies and localstorage location and your app will not be able to access them.
is a bit off, i have to assume that the last part will be interpreted as "no indexeddb access at all" by a few non native speakers.
What about something simple like this?
Changing this value between releases will change the IndexedDB, cookies and localstorage location and your app will not be able to access the old data.
Co-authored-by: Fabian-Lars <[email protected]>
for the migration: what about the dangerousUseHttpsScheme config? Since it's marked dangerous i wouldn't mind ignoring it, just asking in case you forgot that config. |
will add that as well |
closes #11252