Skip to content

Commit

Permalink
Add a caveat to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brianflanagan committed Jul 12, 2014
1 parent d885583 commit 33fdc2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ _for just-in-time distributed decision making._

## Get Started

This assumes you have Ruby, Postgres, and Bundler on your local system.

```bash
git clone https://github.com/d-cent/enquesta.git
bundle
Expand Down Expand Up @@ -50,4 +52,4 @@ Open the root page (`/`) to create a poll. The prompt will be rendered with Mark

Polls are not currently authenticated, but secured by a secret URL. However, this is not proper security and shouldn't be assumed to be safe from tampering or prying eyes.

Votes are limited to one-per-person via a hash of the visitor's IP and browser data. Again, this is good for trusted and closed groups, but it would be fairly trivial for a malicious actor to spoof.
Votes are limited to one-per-person via a hash of the visitor's IP and browser data. Again, this is good for trusted and closed groups, but it would be fairly trivial for a malicious actor to spoof.

0 comments on commit 33fdc2f

Please sign in to comment.