diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index e953b68b..0ede2e83 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -697,6 +697,7 @@ "Value": 1 } }, + "PromptForDownloadLocation": true, "SearchEngines": { "Add": [ { @@ -754,6 +755,7 @@ "Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so" } }, - "ShowHomeButton": true + "ShowHomeButton": true, + "StartDownloadsInTempDirectory": true } } diff --git a/etc/opt/chromium/policies/managed/disable-driveby-downloads.json b/etc/opt/chromium/policies/managed/disable-driveby-downloads.json new file mode 100644 index 00000000..2912c3f6 --- /dev/null +++ b/etc/opt/chromium/policies/managed/disable-driveby-downloads.json @@ -0,0 +1,4 @@ +{ + "DownloadRestrictions": 4, + "PromptForDownloadLocation": true +}