-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed as not planned
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: zonesIssues related to zone.jsIssues related to zone.jsstate: needs more investigationtype: bug/fix
Milestone
Description
This Issue happens when using walkme.com firefox extension.
to reproduce:
- install walkme.com firefox extension
- load a page with zone.js
- record some steps with walkme
- click "Preview" in walkme
Update:
As you can see the error is in patchProperty/desc.set. In this case it is trying to set 'load' event on a script with a different origin and when the event fires this error happens. According to MDN "Permission denied" could be the result of cross-origin issue.
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: zonesIssues related to zone.jsIssues related to zone.jsstate: needs more investigationtype: bug/fix