mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 00:24:18 +02:00
Disabled password managers for chromium and firefox, due to keepassxc support
This commit is contained in:
parent
5dda19cdc5
commit
500f8b508d
@ -3,5 +3,6 @@
|
||||
{% for plugin in applications[application_id].plugins -%}
|
||||
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
],
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
@ -6,7 +6,8 @@
|
||||
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
}
|
||||
},
|
||||
"DisablePasswordManager": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user