Files
superset2/tests/integration_tests/embedded
Superset Dev 9b1f66823b fix(embedded): stop rendering dashboard title/description before guest auth
The Referer and Sec-Fetch-Dest checks on the pre-token embed page are
browser-cooperation only; a non-browser client can forge or omit both
headers, so anything the page renders is effectively reachable by
knowing an embed UUID. Stop passing the dashboard title and description
into the template at this stage. The embedded SPA already fetches
dashboard metadata through the guest-token-authenticated API once it
holds a token, so the pre-auth page falls back to a generic title.
2026-08-21 00:47:02 -07:00
..