Skip to content

Commit

Permalink
Introduce remote debugging address
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 6, 2025
1 parent b6d9e9f commit a78237b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/chrome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ impl ChromeController {
.arg("--disable-infobars")
.arg("--disable-session-crashed-bubble")
.arg("--disable-features=TranslateUI")
.arg("--remote-debugging-address=0.0.0.0")
.port(9222)
.arg("--no-first-run")
.arg("--password-store=basic")
Expand Down

0 comments on commit a78237b

Please # to comment.