Skip to content

Commit f9bd48f

Browse files
authored
Policies FAQ page: Make links relative and remove trailing spaces (#2115)
1 parent 8132151 commit f9bd48f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/content/documentation/publish/add-on-policies-faq.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Yes. Add-ons intended for internal or private groups can be listed on AMO.
9191

9292
### What are the key requirements when submitting an add-on?
9393

94-
Your add-on must function as described, pass functional and code reviews, and include testing information and credentials if necessary. Unrelated changes in updates can complicate the review process. More info, including default reviewer environment, can be found on the [source code submission guidelines](https://extensionworkshop.com/documentation/publish/source-code-submission/).
94+
Your add-on must function as described, pass functional and code reviews, and include testing information and credentials if necessary. Unrelated changes in updates can complicate the review process. More info, including default reviewer environment, can be found on the [source code submission guidelines](/documentation/publish/source-code-submission/).
9595

9696
### Do I need to submit my source code?
9797

@@ -113,23 +113,23 @@ Yes, especially if your add-on contains minified, transpiled, or machine-generat
113113

114114
### What is the definition of data transmission?
115115

116-
Data transmission refers to any data that is collected, used, transferred, shared, or handled outside of the add-on or the local browser.
116+
Data transmission refers to any data that is collected, used, transferred, shared, or handled outside of the add-on or the local browser.
117117

118118
### What data transmission practices are prohibited?
119119

120120
Transmitting search terms or browsing activity unrelated to the add-on's primary function, or any ancillary data not required for primary functionality, is prohibited.
121121

122122
### What data transmission practices are permitted?
123123

124-
Add-ons may provide user-initiated local backup features without requiring explicit user consent. For example, a bookmark add-on could allow a user to download an export of their bookmarks to their local filesystem. Sending this same export file to a remote server would require that the extension follow the [Add-on Policies' Data Collection and Consent provisions](https://extensionworkshop.com/documentation/publish/add-on-policies-preview-2025-08/#data-collection-and-transmission-disclosure-and-control).
124+
Add-ons may provide user-initiated local backup features without requiring explicit user consent. For example, a bookmark add-on could allow a user to download an export of their bookmarks to their local filesystem. Sending this same export file to a remote server would require that the extension follow the [Add-on Policies' Data Collection and Consent provisions](/documentation/publish/add-on-policies-preview-2025-08/#data-collection-and-transmission-disclosure-and-control).
125125

126126
### Do I have to host my privacy policy on addons.mozilla.org (AMO)?
127127

128-
A privacy policy is no longer required to be hosted on AMO. It is recommended that developers provide a link to their privacy policy on their AMO listing page.
128+
A privacy policy is no longer required to be hosted on AMO. It is recommended that developers provide a link to their privacy policy on their AMO listing page.
129129

130130
### What data requires affirmative consent (opt-in)?
131131

132-
Personally identifying information may only be collected after receiving explicit consent from the user. For more information on how different types of data are classified, see [Add-ons Data Collection Taxonomy](https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/).
132+
Personally identifying information may only be collected after receiving explicit consent from the user. For more information on how different types of data are classified, see [Add-ons Data Collection Taxonomy](/documentation/develop/firefox-builtin-data-consent/).
133133

134134
{% endcapture %}
135135
{% include modules/one-column.liquid,
@@ -153,10 +153,10 @@ Add-ons must safely manage data and interactions with the browser, web, and OS.
153153

154154
Add-ons may be blocked if they:
155155

156-
* Intentionally violate policies.
157-
* Contain critical security vulnerabilities.
158-
* Compromise user privacy.
159-
* Circumvent user consent or control.
156+
* Intentionally violate policies.
157+
* Contain critical security vulnerabilities.
158+
* Compromise user privacy.
159+
* Circumvent user consent or control.
160160
* Obfuscate or contain unreadable code.
161161

162162
### Will I be notified before my add-on is blocked?

0 commit comments

Comments
 (0)