-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
fix(embedded): third party cookies #20019
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20019 +/- ##
==========================================
+ Coverage 66.33% 66.35% +0.02%
==========================================
Files 1713 1712 -1
Lines 64074 64060 -14
Branches 6731 6742 +11
==========================================
+ Hits 42503 42508 +5
+ Misses 19859 19841 -18
+ Partials 1712 1711 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts
Outdated
Show resolved
Hide resolved
…lApi/callApi.ts Co-authored-by: David Aaron Suddjian <[email protected]>
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.
yas
* debugging * logging * add comment * remove logging * Update superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts Co-authored-by: David Aaron Suddjian <[email protected]> Co-authored-by: David Aaron Suddjian <[email protected]> Co-authored-by: David Aaron Suddjian <[email protected]> (cherry picked from commit 3e36d4a)
🏷️ preset:2022.19 |
* debugging * logging * add comment * remove logging * Update superset-frontend/packages/superset-ui-core/src/connection/callApi/callApi.ts Co-authored-by: David Aaron Suddjian <[email protected]> Co-authored-by: David Aaron Suddjian <[email protected]> Co-authored-by: David Aaron Suddjian <[email protected]>
SUMMARY
This pr tries to fix
Error: An attempt was made to break through the security policy of the user agent.
in chrome with block third cookies setting.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION