Skip to content

Commit

Permalink
Updated browser flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Apr 13, 2023
1 parent dc04327 commit e96a164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf_templates/hmi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ LOGS_VIEWER="c:\oshmi\browser\chrome --user-data-dir=c:\oshmi\browser-data --bop
; Browser command line keys (not updated by the installer)
; Recommended for low memory systems: "--process-per-site --disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"
; Recommended for high performance systems: "--disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"
; Default (low memory)= "--process-per-site --no-sandbox --disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"
; Default (low memory)= "--process-per-site --disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"
BROWSER_OPTIONS="--process-per-site --disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"

;--------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -158,4 +158,4 @@ BROWSER_OPTIONS="--process-per-site --disable-popup-blocking --no-proxy-server -
[BDTR]
;
; Timeout for data updates (after this time points not updated will have qualifier=bad)
;INTEGRITY_PERIOD=300
;INTEGRITY_PERIOD=300
2 changes: 1 addition & 1 deletion installer/oshmi.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Section "" ; empty string makes it hidden, so would starting with -
StrCpy $NAVWINCMD "browser\chrome.exe"
StrCpy $NAVLINCMD "/usr/bin/chromium-browser"
StrCpy $NAVDATDIR "--user-data-dir=$INSTDIR\browser-data"
StrCpy $NAVPREOPT "--process-per-site --no-sandbox"
StrCpy $NAVPREOPT "--process-per-site "
StrCpy $NAVPOSOPT "--disable-popup-blocking --no-proxy-server --bwsi --disable-extensions --disable-sync --no-first-run"
StrCpy $NAVVISABO "/htdocs/about.html"
StrCpy $NAVVISEVE "/htdocs/events.html"
Expand Down

0 comments on commit e96a164

Please sign in to comment.