Skip to content

Commit 17d5ffc

Browse files
committedJul 25, 2016
[plugin manager] mark installed plugins as trusted (fix #15338)
(cherry picked from commit 156c098)
1 parent ff27c61 commit 17d5ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/pyplugin_installer/installer_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def rebuild(self):
761761
# other remote metadata is preffered:
762762
for attrib in ["name", "plugin_id", "description", "about", "category", "tags", "changelog", "author_name", "author_email", "homepage",
763763
"tracker", "code_repository", "experimental", "deprecated", "version_available", "zip_repository",
764-
"download_url", "filename", "downloads", "average_vote", "rating_votes"]:
764+
"download_url", "filename", "downloads", "average_vote", "rating_votes", "trusted"]:
765765
if attrib not in translatableAttributes or attrib == "name": # include name!
766766
if plugin[attrib]:
767767
self.mPlugins[key][attrib] = plugin[attrib]

0 commit comments

Comments
 (0)
Please sign in to comment.