Open
Description
Hi,
I'm wondering what the thought process was behind setting the sites/default/files
dir to 777
permissions, and the settings.php
to 644
? It seems to be a insecure to have as a default?
Surely it's better to have something a bit more restrictive like 700
/ 600
and then let the user open up the permissions further if required?
I'm sure many people will miss the console messages and leave their DB details globally readable.