Removed option to hide clone button on expiring pastes, since this requires reading the paste for rendering the template, which leaks information on the pastes state

This commit is contained in:
El RIDO
2018-05-27 15:05:31 +02:00
parent 05c1776ada
commit d6f203dc4c
7 changed files with 2 additions and 37 deletions

View File

@@ -58,7 +58,6 @@ class Configuration
),
'expire' => array(
'default' => '1week',
'clone' => true,
),
'expire_options' => array(
'5min' => 300,