Closed
Description
Bug report
Describe the bug
script loading does not work for site with csp header require-trusted-types-for 'script' don't work after release of chrome 83.
this disables assigning of script.src to unsafe url (non trusted types)
[bug location] (https://github.com/zeit/next.js/blob/7eaf9b8bab4e93b891be89704399644eafe70e21/packages/next/client/page-loader.js#L265)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- use chrome 83.
- goto here
- Click on the only link available on screen with text: clicking here will also not work
- See error on console
Expected behavior
it should work normally
Screenshots
System information
- OS: [ macOS, Windows]
- Browser chrome
- Version of Next.js: 9.X