Skip to content

Commit

Permalink
disable remote galleys
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteffen committed Jun 26, 2020
1 parent 35fbb42 commit 92fb686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNBExportPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

define('DNB_STATUS_DEPOSITED', 'deposited');
# determines whether to export remote galleys (experimental feature)
define('EXPORT_REMOTE_GALLEYS', true);
define('EXPORT_REMOTE_GALLEYS', false);
define('ALLOWED_REMOTE_IP_PATTERN','/160.45./');//@RS implement IP pattern as setting
define('ADDITIONAL_PACKAGE_OPTIONS','');//use --format=gnu with tar to avoid PAX-Headers

Expand Down

0 comments on commit 92fb686

Please sign in to comment.