mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +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 -%}
|
{% for plugin in applications[application_id].plugins -%}
|
||||||
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
],
|
||||||
|
"PasswordManagerEnabled": false
|
||||||
}
|
}
|
@ -6,7 +6,8 @@
|
|||||||
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"DisablePasswordManager": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user