Skip to content

Commit

Permalink
Revert changes made to the policies page
Browse files Browse the repository at this point in the history
  • Loading branch information
dotproto committed Jul 22, 2024
1 parent 760a9f1 commit 50f35d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/documentation/publish/add-on-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,15 @@ In general, developers are free to maintain their add-ons in the manner they cho

The following requirements are of particular importance:


- Add-ons must only request those permissions that are necessary for them to function.
- Add-ons must be self-contained and not load remote code for execution.
- Add-ons must not load or redirect to a remote new tab page. The new tab page must be contained within the add-on.
- Add-ons must not relax web page security headers, such as the Content Security Policy.
- Add-ons must use encryption when transporting data remotely.
- Add-ons should avoid including redundant code or files.
- Add-ons must not negatively impact the performance or stability of Firefox.
- Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted. Please read our [third party library guidelines](/documentation/publish/third-party-library-usage/) to better understand related requirements. {% comment %}Changes to this line should also be copied to /src/content/documentation/publish/third-party-library-usage.md{% endcomment %}
- Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted. Please read our [third party library guidelines](/documentation/publish/third-party-library-usage/) to better understand related requirements.

{% endcapture %}
{% include modules/one-column.liquid,
Expand Down

0 comments on commit 50f35d9

Please sign in to comment.