Skip to content

Commit f4f18ea

Browse files
authored
Merge branch 'main' into feature/paint-order-filtering
2 parents 0540861 + 655d8ff commit f4f18ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
We just hit **69,000 GitHub ⭐**!
3232
To celebrate, we're launching **#nicehack69** — a Twitter-first hackathon with a **$6,900 prize pool**. Dream big and show us the future of browser-use agents that go beyond demos!
3333

34-
**Deadline: September 6, 2025**
34+
**Deadline: September 10, 2025**
3535

3636
**[🚀 Join the hackathon →](https://github.com/browser-use/nicehack69)**
3737

browser_use/browser/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class BrowserProfile(BrowserConnectArgs, BrowserLaunchPersistentContextArgs, Bro
587587
description='Window position to use for the browser x,y from the top left when headless=False.',
588588
)
589589
cross_origin_iframes: bool = Field(
590-
default=False,
590+
default=True,
591591
description='Enable cross-origin iframe support (OOPIF/Out-of-Process iframes). When False, only same-origin frames are processed to avoid complexity and hanging.',
592592
)
593593

0 commit comments

Comments
 (0)