Nicolò Pretto
Nicolò Pretto
I'd honestly prefer "zOrder" to just "order", if i wanted to display something on top of something else, i'd look for a "z-something" property first, order may look like something...
Try to remove the remote js debug if you're using it
@dpsutton the FE should never (outside of bugs) do that request with an invalid token as we use the `token-check` endpoint to validate it first The project was split a...
I managed to get it to break embedding: - when using different domains for metabase and the hosting app (not just different subdomains, different domains entirely) - on chrome beta...
## Alternative solutions ### Cookies Having Independent Partitioned State (CHIPS) https://developers.google.com/privacy-sandbox/3pcd/chips New "Partitioned" attribute Requires "Secure" > With partitioned cookies, when a user visits site A and embedded content from...
## CHIPS / "Partitioned" cookies experiment I tried to use Partitioned cookies with the following diff: ```diff diff --git a/src/metabase/server/middleware/session.clj b/src/metabase/server/middleware/session.clj index e4c392ca8a..55dcc96d24 100644 --- a/src/metabase/server/middleware/session.clj +++ b/src/metabase/server/middleware/session.clj @@ -190,6...
Some other updates - I checked and it's (as we expected) still not working on safari, as they don't support CHIPS - I confirmed that setting Partitioned always so true...
Closing the issue as we decided to proceed with CHIPS
@metabase-bot backport release-x.50.x
I talked with Oisin and he let me push some TS magic to make the hook easier to use and with a stricter typing: c470b4dfd9af2bd4595dd613e9981593f6f1c70a