Skip to content

Commit

Permalink
allow downloads folder in chrome policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Nov 22, 2022
1 parent 4d4e6ea commit 61ea7b2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/brave/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"PromptForDownloadLocation": false,
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"chrome://policy"
Expand Down
3 changes: 3 additions & 0 deletions .docker/chromium/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"BrowserLabsEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"chrome://policy"
Expand Down
3 changes: 3 additions & 0 deletions .docker/google-chrome/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"PromptForDownloadLocation": false,
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"chrome://policy"
Expand Down
3 changes: 3 additions & 0 deletions .docker/microsoft-edge/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"PromptForDownloadLocation": false,
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"edge://policy"
Expand Down
3 changes: 3 additions & 0 deletions .docker/ungoogled-chromium/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"PromptForDownloadLocation": false,
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"chrome://policy"
Expand Down
3 changes: 3 additions & 0 deletions .docker/vivaldi/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"PromptForDownloadLocation": false,
"BookmarkBarEnabled": false,
"PasswordManagerEnabled": false,
"URLAllowlist": [
"file:///home/neko/Downloads"
],
"URLBlocklist": [
"file://*",
"chrome://policy"
Expand Down

0 comments on commit 61ea7b2

Please sign in to comment.