From 35bd36d5599de9a27e41c3211e2f537d9dbe5b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sat, 19 Apr 2025 00:12:13 -0500 Subject: [PATCH] readme(1password): add troubleshooting section --- .github/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/README.md b/.github/README.md index 95e812c..17d3216 100644 --- a/.github/README.md +++ b/.github/README.md @@ -122,6 +122,12 @@ environment.etc = { }; ``` +### Troubleshooting + +#### 1Password constantly requires password + +You may want to set `policies.DisableAppUpdate = false;` in your policies.json file. See . + ## Native Messaging To [enable communication between the browser and native applications](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging), you can use the following configuration pattern.