GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

Change Blocked Example Port #132

Open AlienHoboken opened 7 years ago

AlienHoboken commented 7 years ago

The example port (6000) is blocked on modern browsers to prevent cross-protocol scripting attacks to X11 which runs on the same port. Changed to a non-restrictive port (5000) so that people following the deployment guide will not end up with issues such as #126

See these articles for more info: http://www-archive.mozilla.org/projects/netlib/PortBanning.html https://code.google.com/archive/p/browsersec/wikis/Part2.wiki#Port_access_restrictions

loprima-l commented 1 year ago

Hi, I merged the project to a new repo to start maintain it, I would be glad if you can put your pull request here : https://github.com/loprima-l/nuts-2