mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: ask for download directory to make drive-by attempts more obvious
This commit is contained in:
parent
f0a7657d47
commit
73ff0cbcf0
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"DownloadRestrictions": 4,
|
||||||
|
"PromptForDownloadLocation": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user