facebookincubator / meta-code-verify

Code Verify is an open source web browser extension that confirms that your Facebook, Messenger, Instagram, and WhatsApp Web code hasn’t been tampered with or altered, and that the Web experience you’re getting is the same as everyone else’s.
MIT License
143 stars 26 forks source link

Remove unnecessary script checks #285

Closed aselbie closed 11 months ago

aselbie commented 11 months ago

As of #280 we are enforcing that CSP prevents unsafe-inline. This means that we no longer need all these ad-hoc checks to prevent various types of inline script execution.