1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

LibWeb: Only reload iframe on src/srcdoc attribute changes, not all

Fixes Cloudflare Turnstile suddenly going blank and stopping when it
changes the style attribute after doing some setup on the iframe.
This commit is contained in:
Luke Wilde 2024-01-01 16:31:14 +00:00 committed by Andreas Kling
parent 6eeda29642
commit 5af058d2b6
3 changed files with 118 additions and 2 deletions

View file

@ -0,0 +1,10 @@
1
2
4
5
6
8
9
11
12
DONE