-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
henrypp
committed
Jan 14, 2022
1 parent
6d023fb
commit 26b34b9
Showing
2 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ There is list of arguments overrides .ini options | |
|
||
# Command line for Chromium (string): | ||
# See here: https://peter.sh/experiments/chromium-command-line-switches/ | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | ||
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end | ||
|
||
# Chromium executable file name (string): | ||
ChromiumBinary=chrome.exe | ||
|
@@ -57,7 +57,7 @@ ChromiumDirectory=.\bin | |
|
||
# Set Chromium binaries architecture (integer): | ||
# | ||
# 0 -> autodetect (default) | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
ChromiumArchitecture=0 | ||
|
@@ -129,14 +129,12 @@ ChromiumCheckPeriod=2 | |
# Last cached update checking timestamp (integer): | ||
ChromiumLastCheck=0 | ||
|
||
# Internal settings (Project SDK) | ||
# https://github.com/henrypp/routine | ||
|
||
# Enable classic theme UI (boolean): | ||
#ClassicUI=true | ||
# | ||
# Internal settings (SDK) | ||
# | ||
|
||
# Set custom useragent (string): | ||
#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 | ||
#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36 | ||
~~~ | ||
### FAQ: | ||
- [If you lost all setting and extensions when copy Chromium to another PC (answer)](https://github.com/henrypp/chrlauncher/issues/116#issuecomment-444426692) | ||
|
@@ -152,4 +150,4 @@ ChromiumLastCheck=0 | |
Website: [www.henrypp.org](https://www.henrypp.org)<br /> | ||
Support: [email protected]<br /> | ||
<br /> | ||
(c) 2015-2021 Henry++ | ||
(c) 2015-2022 Henry++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Settings: | |
|
||
# Command line for Chromium (string): | ||
# See here: https://peter.sh/experiments/chromium-command-line-switches/ | ||
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --flag-switches-end | ||
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end | ||
|
||
# Chromium executable file name (string): | ||
ChromiumBinary=chrome.exe | ||
|
@@ -39,7 +39,7 @@ ChromiumDirectory=.\bin | |
|
||
# Set Chromium binaries architecture (integer): | ||
# | ||
# 0 -> autodetect (default) | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
ChromiumArchitecture=0 | ||
|
@@ -111,20 +111,14 @@ ChromiumCheckPeriod=2 | |
# Last cached update checking timestamp (integer): | ||
ChromiumLastCheck=0 | ||
|
||
########################## | ||
# | ||
# Internal settings (SDK) | ||
########################## | ||
|
||
# Enable classic theme UI (boolean): | ||
#ClassicUI=true | ||
# | ||
|
||
# Set custom useragent (string): | ||
#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 | ||
|
||
# Set proxy configuration (string): | ||
#Proxy=127.0.0.1:80 | ||
#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36 | ||
|
||
Website: www.henrypp.org | ||
Support: [email protected] | ||
|
||
(c) 2015-2021 Henry++ | ||
(c) 2015-2022 Henry++ |