Skip to content

Commit f9426a2

Browse files
committed
enable-cross_origin_iframes
1 parent 93da79d commit f9426a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)