You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an addon including tabHide in its optional_permissions.
Upload it to AMO.
What happened?
I got 4 errors and couldn't release the version:
"/optional_permissions/2" should be equal to one of the allowed values
エラー: Your JSON file could not be parsed.
"/optional_permissions/2" should match some schema in anyOf
エラー: Your JSON file could not be parsed.
"/optional_permissions/2" should match pattern "^(https?|wss?|file|ftp|\*)://(\*|\*\.[^*/]+|[^*/]+)/.*$"
エラー: Your JSON file could not be parsed.
"/optional_permissions/2" should match pattern "^file:///.*$"
エラー: Your JSON file could not be parsed.
What did you expect to happen?
A new permission tabHide is warned but not reported as an error.
Anything else we should know?
(Please include screenshots and any relevant files.)
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions.
Describe the problem and steps to reproduce it:
Firefox now accepts illegal values in
optional_permissions
(after the Bug 1350759: Warn but accept illegal values in optional_permissions) but the linter still blocks any unknown permission names. Thus I cannot release my addon including new permissiontabHide
in optional permissions which is implemented at Firefox 59.Steps to reproduce:
tabHide
in itsoptional_permissions
.What happened?
I got 4 errors and couldn't release the version:
What did you expect to happen?
A new permission
tabHide
is warned but not reported as an error.Anything else we should know?
(Please include screenshots and any relevant files.)
This is the file I uploaded.
treestyletab-we.xpi.zip
The text was updated successfully, but these errors were encountered: