Skip to content

Commit

Permalink
Merge pull request #5 from paveljanik/patch-1
Browse files Browse the repository at this point in the history
Update REST URL to match reality.

Original PR: theuni#5
  • Loading branch information
theuni committed Mar 10, 2015
2 parents 9b7c7d4 + dc08deb commit e688d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/REST-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Only supports JSON as output format.

Risks
-------------
Running a webbrowser on the same node with a REST enabled bitcoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:1234/tx/json/1234567890">` which might break the nodes privacy.
Running a webbrowser on the same node with a REST enabled bitcoind can be a risk. Accessing prepared XSS websites could read out tx/block data of your node by placing links like `<script src="http://127.0.0.1:8332/rest/tx/1234567890.json">` which might break the nodes privacy.

0 comments on commit e688d9e

Please sign in to comment.