-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
- Initial submit to AMO
@sindresorhus do you want to submit it yourself? Otherwise I'll do it. Either way you're going to have to create an account on https://addons.mozilla.org/en-US/developers/ - Set up auto-deployment using web-ext
Add Firefox support #403 (comment) - Fix review warnings:
Unsafe assignment to innerHTML
linkify-urls-in-code.js 26:5Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
Unsafe assignment to innerHTML
linkify-urls-in-code.js 36:5Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
"storage.local" can cause issues when loaded temporarily
content.js 60:3Warning: This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify applications > gecko > id in the manifest. Please see: https://mzl.la/2hizK4a for more.
"storage.local" can cause issues when loaded temporarily
content.js 62:3Warning: This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify applications > gecko > id in the manifest. Please see: https://mzl.la/2hizK4a for more.
Unsafe assignment to innerHTML
content.js 284:3Warning: Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
"storage.local" can cause issues when loaded temporarily
show-names.js 5:3Warning: This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify applications > gecko > id in the manifest. Please see: https://mzl.la/2hizK4a for more.
"storage.local" can cause issues when loaded temporarily
show-names.js 9:3Warning: This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify applications > gecko > id in the manifest. Please see: https://mzl.la/2hizK4a for more.
Reactions are currently unavailable