Can someone please explain the theory behind which pages should be secured?
Obviously the login pages should be secured so that passwords aren't sniffed. Once you are logged in I guess you are passing cookies back and forth.
Why are these pages secured by default: node/add*, node/*/edit? I'm not concerned if anyone sees the pages as I am saving them... only if they can edit things...
Thanks for any insight that can be provided.
Comments
Comment #1
Anonymous (not verified) commentedHello,
Here is how i have the securepages module configured
For "Make secure only the listed pages" i have listed
admin*
user
user/login
user/register
user/password
I also disabled the login block and provided a new block that is shown for anonymous users which has a link that points to user/login
That looks to be the best configuration.
Best, Paul
Comment #2
fletchgqc commentedWhy do you secure admin*?
Comment #3
Anonymous (not verified) commentedMy reasoning was to keep the configuration of any of my modules and any other information that may be posted using the admin pages private. If you don't secure admin* then you will always need to be aware of what information is being posted using these pages .
Comment #4
fletchgqc commentedI think that's a good argument.
Comment #5
fletchgqc commentedComment #6
Anonymous (not verified) commentedAnother ..
/user/*/edit