From b2fbcc44e7a111be599c67e380ec8166021b759d Mon Sep 17 00:00:00 2001 From: nam-john-ho <146448941+nam-john-ho@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:34:08 +0700 Subject: [PATCH] Update adr-001-jan-deployable-cloud-native.md --- adr/adr-001-jan-deployable-cloud-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adr/adr-001-jan-deployable-cloud-native.md b/adr/adr-001-jan-deployable-cloud-native.md index 8ec42e9da..ad3b8307f 100644 --- a/adr/adr-001-jan-deployable-cloud-native.md +++ b/adr/adr-001-jan-deployable-cloud-native.md @@ -58,7 +58,7 @@ Separated server process runs along side with electron. https://github.com/janhq/jan/pull/184/commits/6005409a945bb0e80a61132b9eb77f47f19d0aa6 ## Considerations -* In the first version, all current plugins will be loaded in the web version by default, and users will not be allowed to add, remove, or update plugins. +* Due to the limitation of accessing the file system in web browsers, the first version of the web app will load all the current plugins by default, and users will not be able to add, remove, or update plugins. ## References