Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

AMO Warning: Unsafe call to this.actionBar.insertAdjacentHTML for argument 1 #14

Open
prplecake opened this issue Feb 6, 2022 · 0 comments
Labels
enhancement New feature or request Firefox Add-ons This is related to the Firefox add-on listing

Comments

@prplecake
Copy link
Owner

Warning: 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.

this.actionBar.insertAdjacentHTML(
'beforeend',
nodeHtml
);

@prplecake prplecake changed the title AMO Waarning: Unsafe call to this.actionBar.insertAdjacentHTML for argument 1 AMO Warning: Unsafe call to this.actionBar.insertAdjacentHTML for argument 1 Apr 22, 2022
@prplecake prplecake added enhancement New feature or request Firefox Add-ons This is related to the Firefox add-on listing labels Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Firefox Add-ons This is related to the Firefox add-on listing
Projects
None yet
Development

No branches or pull requests

1 participant