I have a little web app that constitues of only JavaScript/JQuery
files.
It's kind of anonymous link based messaging app, so there's no authentication stuff.
I'm worried that someone can easily read/write
to my database.
Is there any setting/security rule with which i can allow read/write
requests from my domain only? (same origin policy)