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
{{ message }}
This repository was archived by the owner on Jul 21, 2021. It is now read-only.
Environment:
SeaMonkey 2.46
uMatrix 0.9.9b2
new profile
Steps-to-reproduce:
install uMatrix, restart browser
open Web Console and run this code
var x = new DOMParser();
x.parseFromString('<img src="http://example.com/" />', 'text/html');
Actual results:
This error appears in the Browser Console -
TypeError: contextWindow is null [Learn More] frameModule.js:161:14
(Might as well respond to the inevitable reply now, to save some time - yes, I do have a real-world example of this which doesn't involve the Web Console, but it requires a login. :) )
The text was updated successfully, but these errors were encountered:
Environment:
SeaMonkey 2.46
uMatrix 0.9.9b2
new profile
Steps-to-reproduce:
Actual results:
This error appears in the Browser Console -
(Might as well respond to the inevitable reply now, to save some time - yes, I do have a real-world example of this which doesn't involve the Web Console, but it requires a login. :) )
The text was updated successfully, but these errors were encountered: