Luka Jeran
Luka Jeran
rainbowkit connect also requires more permissive CSP. Proxy site can have it less strict minimum: ``` connect-src: https://*.walletconnect.com wss://*.walletconnect.com frame-src: https://verify.walletconnect.org ``` docs: https://github.com/WalletConnect/walletconnect-docs/blob/5e6ba2d5a94b4915b20e5b99a046be19c891d9a2/docs/advanced/security/content-security-policy.md?plain=1#L11-L21 try: ```diff diff --git a/extension/src/popup/popup.tsx b/extension/src/popup/popup.tsx...
Benefit of opening an external site in tab or popup: signing a tx in metamask requires clicking outside ROSE wallet extension. clicking outside ROSE wallet extension closes it and loses...
I was looking at these to automatically make screenshots in https://github.com/oasisprotocol/dapp-onramp with playwright: - https://github.com/cawabunga/headless-web3-provider/blob/6bea0e7c72fb07bce4d0ef50149a47762bb5f644/src/wallet/SignMessageMiddleware.ts#L15 - https://github.com/rsksmart/mock-web3-provider/blob/fc4897318246403a179c4fd446bd38e3070ba84e/src/index.ts#L78
We test some of ROSE Wallet - Extension with playwright like this: - https://github.com/oasisprotocol/wallet/blob/e90e33cb5f7535c3504bbf512d18c4544e32cd4d/playwright/utils/extensionTestExtend.ts#L25 - https://github.com/oasisprotocol/wallet/blob/e90e33cb5f7535c3504bbf512d18c4544e32cd4d/playwright/tests/extension.spec.ts#L22 this opens `chrome-extension://ppdadbejkmjnefldpcdjhnkpbjkikoip/popup.2d61f0d3.html` in a tab. (our ext wallet doesn't need to communicate with...
Hm Maybe one of these: - (https://github.com/oasisprotocol/oasis-wallet-web/pull/1778) https://github.com/oasisprotocol/oasis-wallet-web/blob/338485e1c15ab6b9cdd74503fd940c29abef71bd/src/app/components/Persist/LoginModalLayout.tsx#L15 - https://github.com/oasisprotocol/oasis-wallet-web/blob/338485e1c15ab6b9cdd74503fd940c29abef71bd/src/app/components/Persist/UnlockGate.tsx#L21-L23
This? 
Previews  
upstream: https://github.com/grommet/grommet/issues/7115
yeah, if they follow instructions and don't copy paste (we still haven't disabled that)
Did you manage to install from apk?