Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Error "Exposing privileged or cross-origin callable is prohibited" #67

Open
Logioniz opened this issue Jan 20, 2017 · 1 comment
Open

Comments

@Logioniz
Copy link

Logioniz commented Jan 20, 2017

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?

@m-bock
Copy link

m-bock commented May 25, 2017

same thing here!

Too bad, because It think it's such a nice tool! And I'd love to use it more often.... Would be really, really nice if that could be fixed..

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants