Skip to content

Commit

Permalink
Don't send executionContexts for Clear-Site-Data
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb committed Jul 9, 2019
1 parent 1ce7d7a commit 27be224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function logout() {

$this->session->set('clearingExecutionContexts', '1');
$this->session->close();
$response->addHeader('Clear-Site-Data', '"cache", "storage", "executionContexts"');
$response->addHeader('Clear-Site-Data', '"cache", "storage"');
return $response;
}

Expand Down

0 comments on commit 27be224

Please sign in to comment.