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
Send a PR and we can release a canary to try - next rewrites global references to webpack_require.g which causes problems - so usually i need a solution that the parser cannot see and change.
mitchellrj
added a commit
to mitchellrj/module-federation-core
that referenced
this issue
May 15, 2025
Describe the bug
The solution to #3067 (#2015 ) first tries the approach that would be blocked by CSP, then falls back to an approach that is not blocked.
This causes a large number of false positive CSP reports to be generated, even when there is no threat and no impact to functionality.
Could the solution not try the safer version first, then the unsafe version if that fails? Or repurpose / adopt the work done in #3179 ?
Reproduction
N/A
Used Package Manager
npm
System Info
Validations
The text was updated successfully, but these errors were encountered: