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 has been archived by the owner on Aug 19, 2021. It is now read-only.
A number of harmless commands leads to such error: "Exposing privileged or cross-origin callable is prohibited"
$ nc localhost 4242
Welcome to MozRepl.
- If you get stuck at the "...>" prompt, enter a semicolon (;) at the beginning of the line to force evaluation.
- If you get errors after every character you type, see http://github.com/bard/mozrepl/wikis/troubleshooting (short version: stop using Microsoft telnet, use netcat or putty instead)
Current working context: chrome://browser/content/browser.xul
Current input mode: syntax
repl> content.location.href="https://ya.ru";
"https://ya.ru"
repl> repl.enter(content)
[object Window] - {close: function() {...}, stop: function() {...}, focus: function() {...}, blur: function() {...}, open: function() {...}, alert: function() {...}, confirm: function() {...}, ...}
repl> repl.back()
!!! Error: Exposing privileged or cross-origin callable is prohibited
Details:
repl>
I think that this is bug. What can you say about this problem?
The text was updated successfully, but these errors were encountered:
A number of harmless commands leads to such error: "Exposing privileged or cross-origin callable is prohibited"
I think that this is bug. What can you say about this problem?
The text was updated successfully, but these errors were encountered: