mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-20 01:06:03 +02:00
Implemented browsers with keepassxc and ublock origine default setup
This commit is contained in:
11
roles/pc-browser-firefox/files/policies.json
Normal file
11
roles/pc-browser-firefox/files/policies.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"policies": {
|
||||
"Extensions": {
|
||||
"Install": [
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user