From 82774512225005c34526f04c565698742baec6c3 Mon Sep 17 00:00:00 2001 From: Nanush7 <59543882+Nanush7@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:51:39 -0300 Subject: [PATCH] Update publish.md to fix redundant sentence (#1858) * Update publish.md to fix redundant sentence * Review feedback --------- Co-authored-by: rebloor --- src/content/documentation/publish.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/content/documentation/publish.md b/src/content/documentation/publish.md index cf08c4d1..f1172e0e 100644 --- a/src/content/documentation/publish.md +++ b/src/content/documentation/publish.md @@ -3,9 +3,9 @@ layout: sidebar title: Publish permalink: /documentation/publish/ tags: [] -contributors: [caitmuenster] -last_updated_by: caitmuenster -date: 2021-09-13 +contributors: [caitmuenster,Nanush7] +last_updated_by: Nanush7 +date: 2024-05-14 --- @@ -30,7 +30,7 @@ Learn how to get your extension signed and distributed worldwide or to your ente ## Get your extension signed -Extensions and themes need to be [submitted for signing](/documentation/publish/signing-and-distribution-overview/) by Mozilla before they can be installed in release and beta versions of Firefox for use in the [release](https://www.mozilla.org/firefox/) and [Beta](https://www.mozilla.org/firefox/channel/desktop/) versions of Firefox. Signing provides Firefox users with the assurance that an extension hasn’t been tampered with and gives Mozilla the ability to block malicious extensions. +Extensions and themes need to be [submitted for signing](/documentation/publish/signing-and-distribution-overview/) by Mozilla before they can be installed and used in the [release](https://www.mozilla.org/firefox/) and [Beta](https://www.mozilla.org/firefox/channel/desktop/) versions of Firefox. Signing provides Firefox users with the assurance that an extension hasn’t been tampered with and gives Mozilla the ability to block malicious extensions. After you have coded and tested your add-on, take a few minutes to see that it needs to meet the policies in the [Firefox Add-on Distribution Agreement](/documentation/publish/firefox-add-on-distribution-agreement/) and [Add-on Policies](/documentation/publish/add-on-policies/). If your extension does not comply with these policies, it may not get a signature or it could be [blocked](/documentation/publish/add-ons-blocking-process/) after signing. @@ -117,4 +117,3 @@ Users of Developer Edition or Nightly can also disable Firefox's signing enforce -