mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Plugins: Allow changing CSP by more plugins
This commit is contained in:
@@ -59,8 +59,8 @@ class Adminer {
|
||||
function headers() {
|
||||
}
|
||||
|
||||
function csp() {
|
||||
return csp();
|
||||
function csp($csp) {
|
||||
return $csp;
|
||||
}
|
||||
|
||||
function head($dark = null) {
|
||||
|
Reference in New Issue
Block a user