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

Add `origin` option for torrent.createServer() #1096

Merged
merged 1 commit into from Jun 25, 2017
Merged
Commits on Apr 8, 2017
  1. Add `origin` option for torrent.createServer()

    feross committed Apr 8, 2017
    When the origin option is specified, only requests from the given
    origin will be allowed.
    
    This is useful to add additional security to any app that is starting a
    WebTorrent server but doesn't want it to be exposed to the entire Web.
You can’t perform that action at this time.