tw93 / Pake

🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用
MIT License
29.18k stars 5.05k forks source link

Add support for cross site cookies #715

Closed eznix86 closed 2 weeks ago

eznix86 commented 4 months ago

Search before asking

Motivation

I wanted to turn idx.google.com into a desktop app. But it says, I cannot access the website unless I do this on mac.

I know tauri uses Webkit on mac, so the docs says: https://developers.google.com/idx/guides/get-started#before-you-begin

Open Safari > Settings.... Turn off the following settings:

Advanced > Block all cookies
Privacy > Prevent cross-site tracking

So I believe there is no support for cross-site cookies ?

Solution

Enable the support for cross site cookie. I saw an issue here, but not sure if it is related (#250)

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

tw93 commented 4 months ago

Thanks for your feedback, I'll take a look

jeasonnow commented 4 months ago

https://github.com/tauri-apps/wry/issues/848

I found that this is an issue with Tauri. We might have to wait until this proposal is implemented...