Hello,
I’m unable to submit my Firefox extension due to an impossible situation
with the “data_collection_permissions” requirement.
The validator shows these contradictory errors:
- Without the key: ERROR “data_collection_permissions is required”
- With “required: ”: ERROR “must have minimum 1 item”
- With “required: [“privacy_policy”]”: ERROR “invalid value”
- With “required: [“external_data_collection”]”: ERROR “invalid value”
The validation also shows:
“This feature requires Firefox 140” (which doesn’t exist yet)
Questions:
- What are the valid values for “data_collection_permissions.required”?
- How can I submit my extension if this feature isn’t implemented yet?
- Is there a temporary workaround for new extensions?
My extension:
- Has a privacy policy
- Uses Firebase only for optional PRO license validation
- Collects no personal data in free version
Extension ID: broken-link-hunter@brokenlinkhunterpro.com
Manifest version: 3
Target Firefox: 115.0+
Thank you for your help.
Point 2: If your extension doesn’t collect any data, then “data_collection_permissions.required” must have the value [“none”]
(see Firefox built-in consent for data collection and transmission | Firefox Extension Workshop > No data collection)
Points 3 and 4: “privacy_policy” and “external_data_collection” are invalid values for “data_collection_permissions.required” and “data_collection_permissions.optional”
(see Firefox built-in consent for data collection and transmission | Firefox Extension Workshop for the list of valid values)
I’m currently running Firefox 146.0.1.
Maybe you mean the ESR?
The newest ESR is 140, according to https://whattrainisitnow.com/ and:
1 Like