Disabled password managers for chromium and firefox, due to keepassxc support

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-02 01:14:01 +02:00
parent 5dda19cdc5
commit 500f8b508d
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 4 additions and 2 deletions

View File

@ -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
} }

View File

@ -6,7 +6,8 @@
"{{ plugin }}"{% if not loop.last %},{% endif %} "{{ plugin }}"{% if not loop.last %},{% endif %}
{% endfor %} {% endfor %}
] ]
} },
"DisablePasswordManager": true
} }
} }