Compare commits
4 commits
ded324e0f3
...
1167b979d9
| Author | SHA1 | Date | |
|---|---|---|---|
| 1167b979d9 | |||
| 52f70f8829 | |||
| f9e71005a4 | |||
| 7974ca628c |
1 changed files with 21 additions and 0 deletions
|
|
@ -31,7 +31,28 @@
|
|||
"Value" = true;
|
||||
"Status" = "default";
|
||||
};
|
||||
"dom.security.https_only_mode" = {
|
||||
"Value" = true;
|
||||
"Status" = "locked";
|
||||
};
|
||||
# Make firefox use the kde file picker
|
||||
"widget.use-xdg-desktop-portal.file-picker" = {
|
||||
"Value" = 1;
|
||||
"Status" = "default";
|
||||
};
|
||||
/*
|
||||
Not sure what this does,
|
||||
but https://wiki.archlinux.org/title/Firefox#KDE_integration
|
||||
tells me to enable it
|
||||
*/
|
||||
"widget.use-xdg-desktop-portal.mime-handler" = {
|
||||
"Value" = 1;
|
||||
"Status" = "default";
|
||||
};
|
||||
};
|
||||
"PromptForDownloadLocation" = true;
|
||||
# I use an external password manager, so the built in one just bothers me
|
||||
"PasswordManagerEnabled" = false;
|
||||
"Permissions" = {
|
||||
"Autoplay" = {
|
||||
"Allow" = [ "https://www.youtube.com" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue