Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open() shouldn't be able to make http requests #963

Closed
mstoykov opened this issue Mar 15, 2019 · 0 comments
Closed

open() shouldn't be able to make http requests #963

mstoykov opened this issue Mar 15, 2019 · 0 comments
Labels

Comments

@mstoykov
Copy link
Contributor

The following script

var frontpage = open("github.com")

export default function() {
    console.log(frontpage);
}

Will log the frontpage of github

@mstoykov mstoykov added the bug label Mar 15, 2019
@mstoykov mstoykov changed the title open() can request web pages open() shouldn't be able to open/request web pages Mar 15, 2019
@mstoykov mstoykov changed the title open() shouldn't be able to open/request web pages open() shouldn't be able to make http requests Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant