With chrome 131, the default CSP prevents inline script execution inside web workers, therefore, the mitm.html cannot be loaded.
I've successfully moved the script into a separate file (mitm.js) and updated the script element in mitm.html, and that makes it work in chrome 131.
With chrome 131, the default CSP prevents inline script execution inside web workers, therefore, the mitm.html cannot be loaded.
I've successfully moved the script into a separate file (mitm.js) and updated the script element in mitm.html, and that makes it work in chrome 131.