8000 checkShell and checkQuote error point at dead url · Issue #1127 · google/zx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
checkShell and checkQuote error point at dead url #1127
Closed
@ggascoigne

Description

@ggascoigne

Both of these functions point at the same domain, which looks like it's expired.

function checkShell() {
  if (!$.shell)
    throw new Error(`No shell is available: https://ï.at/zx-no-shell`);
}
function checkQuote() {
  if (!$.quote)
    throw new Error("No quote function is defined: https://ï.at/no-quote-func");
}

I don't speak German so for a moment I though that this had been hacked until I slowly realized that it's a very sales oriented "you can buy this domain" sort of page.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0