-
Notifications
You must be signed in to change notification settings - Fork 475
Script not detected on cgit commit page #485
Comments
I think the reason why the script column is empty is because the JavaScript code is embedded in the HTML code and not an external resource which was blocked. |
uMatrix will count all the embedded scripts as one script -- but there is no script tags on that page. |
Works fine on my side with FF 47/Chromium 50, with a blocked script column -- there is no script for that page. |
I see, we are talking about the drop-down lists under the diff options section -- thought it was about the diff pane itself. |
Though uMatrix will take into account script tags, the case here is that there are no script tags, however there are embedded event handlers, which are not taken into account: |
Ultimately, there is a missing API browser-side for uMatrix to account reliably of any sort of inline script code on a page. Without such API, it's impossible to guarantee that uMatrix will always report 100% of the time that inline javascript is being executed on the page. NoScript uses With an API such as |
Example
The "diff options" don't work without enabling scripts for git.musl-libc.org, but the script column is empty.
The text was updated successfully, but these errors were encountered: