From b11783d54f0c0f6b1e3168d61a03c67b78f3a0df Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 3 Oct 2017 14:15:42 -0600 Subject: [PATCH] Fixes Featured Tag Permissions - When a comment is created, there is a possibility of injecting a tag into the payload, this removes that permission error --- plugins/talk-plugin-featured-comments/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-featured-comments/index.js b/plugins/talk-plugin-featured-comments/index.js index 46e3f97fa..6cfc0b8d5 100644 --- a/plugins/talk-plugin-featured-comments/index.js +++ b/plugins/talk-plugin-featured-comments/index.js @@ -87,7 +87,7 @@ module.exports = { name: 'FEATURED', permissions: { public: true, - self: true, + self: false, roles: [] }, models: ['COMMENTS'],