mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
Post merge conflicts
This commit is contained in:
@@ -53,6 +53,7 @@ class Router extends ProcessorBase
|
||||
|
||||
$this->stopTimer();
|
||||
|
||||
return $response;
|
||||
// Never allow admin pages to be rendered in <frame>, <iframe>, <embed> or <object> for improved security.
|
||||
return $response->withHeader('X-Frame-Options', 'NONE');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user