Drafts are publicly accessible?
I was trying out the draft functionality and I noticed that the HTML page that gets added to the Drafts folder is just an iframe that pulls in http://[my site name].blot.im/draft/view/Drafts/[the file name]. And if I open a private browsing window and enter that URL I can see the draft on the public internet. That means that anyone could guess or bruteforce their way to reading my drafts. That seems... not ideal? And definitely makes me wary of storing drafts in the Drafts folder unless I'm just about to publish them.
but they would have to guess the file name... and be very very very interested in you — not saying you're not interesting but still.
Answered 9 days ago · Edit answerYes, drafts, like all of your folder, are publicly accessible if you know the file's full path.
However, drafts are not indexed in any way that is accessible to the public, so yes a snooper would have to guess the file's full path.
If you want to have a secret draft, you could consider naming the file a random hash, e.g.
37051c83936d0b1b1b7351d941906d21.txt
This is as good as a password. Please let me know if you have any thoughts or questions about this or anything else
Answered 5 days ago · Edit answer