mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +02:00
Allow customizing CSP
This commit is contained in:
@@ -47,6 +47,10 @@ class Adminer {
|
||||
function headers() {
|
||||
}
|
||||
|
||||
function csp() {
|
||||
return csp();
|
||||
}
|
||||
|
||||
function head() {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user