diff options
author | tcitworld <tcit@tcit.fr> | 2014-05-20 11:55:20 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-05-20 11:55:20 +0200 |
commit | 88f0e316225a3e9c98f5dbcf0ee8749d8eab55a5 (patch) | |
tree | 237c4f0b59423694b0b0820e009a6264927588a3 /inc/poche/config.inc.default.php | |
parent | 04b43dc097c3d69fd42d724b2cf082aff86d7272 (diff) | |
parent | 38eecef26ba33a052475c52dead699e434b2362a (diff) | |
download | wallabag-88f0e316225a3e9c98f5dbcf0ee8749d8eab55a5.tar.gz wallabag-88f0e316225a3e9c98f5dbcf0ee8749d8eab55a5.tar.zst wallabag-88f0e316225a3e9c98f5dbcf0ee8749d8eab55a5.zip |
Merge pull request #703 from tcitworld/images_security
Security fixes for downloaded images (thanks @leblanc-simon)
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index edc42fc9..ffcd205d 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -30,7 +30,8 @@ | |||
30 | 30 | ||
31 | @define ('MODE_DEMO', FALSE); | 31 | @define ('MODE_DEMO', FALSE); |
32 | @define ('DEBUG_POCHE', FALSE); | 32 | @define ('DEBUG_POCHE', FALSE); |
33 | @define ('DOWNLOAD_PICTURES', FALSE); | 33 | @define ('DOWNLOAD_PICTURES', FALSE); # This can slow down the process of adding articles |
34 | @define ('REGENERATE_PICTURES_QUALITY', 75); | ||
34 | @define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 35 | @define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
35 | @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 36 | @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |
36 | @define ('SHARE_TWITTER', TRUE); | 37 | @define ('SHARE_TWITTER', TRUE); |