-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not workingType: SecurityIssue contains a security problem or enhancement related to a specific componentIssue contains a security problem or enhancement related to a specific component
Milestone
Description
There are several csp errors with the components below:
- calendar
- carousel
- confirmdialog
- dialog
- orderlist
- picklist
- table
- toast
This happens due to wrong order of actions when appending the style elements to the DOM.
How it's now:
1- a style element is created in TS
2- a style element is added to the DOM
3- nonce attribute is added to the DOM
How it should be:
1- a style element is created in TS
2- the nonce attribute is added to the style element
3- style element is added to the DOM
Metadata
Metadata
Assignees
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not workingType: SecurityIssue contains a security problem or enhancement related to a specific componentIssue contains a security problem or enhancement related to a specific component