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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
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,