{firefox,chromium}: ask for download directory to make drive-by attempts more obvious

This commit is contained in:
Aminda Suomalainen 2024-05-20 19:42:19 +03:00
parent f0a7657d47
commit 73ff0cbcf0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 7 additions and 1 deletions

View File

@ -697,6 +697,7 @@
"Value": 1 "Value": 1
} }
}, },
"PromptForDownloadLocation": true,
"SearchEngines": { "SearchEngines": {
"Add": [ "Add": [
{ {
@ -754,6 +755,7 @@
"Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so" "Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so"
} }
}, },
"ShowHomeButton": true "ShowHomeButton": true,
"StartDownloadsInTempDirectory": true
} }
} }

View File

@ -0,0 +1,4 @@
{
"DownloadRestrictions": 4,
"PromptForDownloadLocation": true
}