Skip to content

Commit

Permalink
Quick test to see if removing chrome sandbox on github runner will ke…
Browse files Browse the repository at this point in the history
…ep things from timing out.
  • Loading branch information
wcjohns committed Jul 5, 2023
1 parent 2f2d68a commit 1c78b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/wxWidgets/InterSpecWebFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ InterSpecWebFrame::InterSpecWebFrame(const wxString& url, const bool no_restore,
user_agent += " --proxy-server=\"" + rule + "\"";
wxLogMessage( "Setting option --proxy-server=\"%s\"", rule.c_str() );
}

user_agent += " --no-sandbox";
#endif

m_browser->SetUserAgent(user_agent);
Expand Down

0 comments on commit 1c78b46

Please sign in to comment.