projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04cd865
)
increase suhosin $_GET length limit
author
Friendika
<info@friendika.com>
Wed, 30 Mar 2011 12:10:22 +0000
(
05:10
-0700)
committer
Friendika
<info@friendika.com>
Wed, 30 Mar 2011 12:10:22 +0000
(
05:10
-0700)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index b06dd8bdc3efaab1e6151d55a0817b815493981a..c95f11e51adb5bf354655ad19c1f75a07f79f104 100644
(file)
--- a/
.htaccess
+++ b/
.htaccess
@@
-3,6
+3,8
@@
Options -Indexes
AddType application/x-java-archive .jar
AddType audio/ogg .oga
+php_value suhosin.get.max_value_length = 2048
+
<FilesMatch "\.(out|log)$">
Deny from all
</FilesMatch>