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

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

@Logioniz

Description

@Logioniz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions