Ability to burn an anonymous drive from the browser

This commit is contained in:
yflory
2017-11-23 14:36:42 +01:00
parent 4b5abdecbe
commit 9795ac32cb
5 changed files with 40 additions and 5 deletions

View File

@@ -194,4 +194,7 @@ define({
// Store the language selected in the iframe into localStorage outside
'Q_LANGUAGE_SET': true,
// Anonymous users can empty their drive and remove FS_hash from localStorage
'EV_BURN_ANON_DRIVE': true,
});