How do you plan on securing the URL? Eg, If I see a site with Webforms installed (usually easy to check), what's to stop me polling the files folder for the output of this module?
How do you plan on securing the URL? Eg, If I see a site with Webforms installed (usually easy to check), what's to stop me polling the files folder for the output of this module?
Comments
Comment #1
hfidge commentedHiya,
This project has forever been on hold i'm afraid, just not enough time! Some source has been created locally for it and deployed on a couple of sites, but it's in no shape to be committed really.
What currently happens is that the exports are writtn to a file outside the webroot. Users can then access that directory via key based SSH to download the files. This won't be useful for joe public of course, but's it's fine for people with their own server. One bridge at a time though!
Do you have any suggestions for securing a web accessible location in D7? I presume this is the gist of your question in the first place :)