Commit graph

10 commits

Author SHA1 Message Date
Jérôme Schneider
8be1bf533f Merging #175 from @Jentsch
Former-commit-id: 70e555025a
2014-02-02 12:14:00 +01:00
Frederic Hemberger
1896af0a45 Improve application security
- Make session cookies only available via HTTP (prevent access from JavaScript)
- only log PHP errors instead of displaying them in production.
  Displaying errors may give attackers hints how to exploit the application

Set HTTP headers:

X-Frame-Options: DENY
Prevent Clickjacking attacks, see: http://en.wikipedia.org/wiki/Clickjacking

X-Content-Type-Options: nosniff
Prevent code injection via mime type sniffing

Former-commit-id: 4ca925874c
2014-01-21 16:14:47 +01:00
Jentsch
f31fe29d60 Removing eXecutable flag from non executables like text files or php scripts
Former-commit-id: e07958b029
2014-01-12 14:55:50 +01:00
Jan Pieper
ccb7f2e0d0 Fixed typo (dependancies -> dependencies)
Former-commit-id: 882253141f
2013-11-27 13:11:05 +01:00
Jérôme Schneider
60d4b8daff New error detection: composer has not been installed
Former-commit-id: 124c339d5b
2013-07-11 21:41:03 +02:00
Jérôme Schneider
f37b2d2ea9 Corrected bug in install
Former-commit-id: 6aae517460
2013-07-07 19:58:46 +02:00
Jérôme Schneider
d223f2fa30 Updated Baïkal Website URL
Former-commit-id: 6b8184883c
2013-07-07 16:28:34 +02:00
Evert Pot
a53633fd94 Now using the composer autoloader.
Former-commit-id: e847ac3e94
2013-02-09 13:18:57 +00:00
Jérôme Schneider
f252a769bc Baïkal can be configured to use MySQL right at initialization.
Former-commit-id: 57a7987932
2012-11-07 14:47:50 +01:00
Jérôme Schneider
cbe76d0547 Submodules are reattached.
Former-commit-id: 424053f6a5
2012-08-20 23:13:04 +02:00