• 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.