From b50bbb4ce1861fa704f174f36bd6c2ff66169d68 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Fri, 17 Apr 2026 08:57:53 -0600 Subject: [PATCH] docs: update plugin installation/update policy for clarity Clarified the update mechanism for plugins to ensure user consent. --- en/Developer policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/Developer policies.md b/en/Developer policies.md index a995f484..23442c87 100644 --- a/en/Developer policies.md +++ b/en/Developer policies.md @@ -15,7 +15,7 @@ Plugins and themes must not: - Insert dynamic ads that are loaded over the internet. - Insert static ads outside a plugin’s own interface. - Include client-side telemetry. -- Include a mechanism that updates the plugin. +- Include a mechanism that installs/updates the plugin or its dependencies. All installs/updates should be explicitly done by the end-users using standard Obsidian mechanisms. - Themes may not load assets from the network. To bundle an asset, see [[Embed fonts and images in your theme|this guide]]. ### Disclosures