minisrv remembers sessions for 180 seconds, so allow the user to clear the minbrowser flag
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
// remove restrictions once this page is shown, since the user will be 'trapped' anyway
|
||||
session_data.disableLockdown();
|
||||
ssid_sessions[socket.ssid].delete("wtv-need-upgrade")
|
||||
ssid_sessions[socket.ssid].delete("wtv-")
|
||||
|
||||
headers = `200 OK
|
||||
Content-type: text/html
|
||||
wtv-expire: wtv-home:
|
||||
wtv-visit: wtv-home:/home`;
|
||||
|
||||
data = '';
|
||||
Reference in New Issue
Block a user