mirror of
https://github.com/vrana/adminer.git
synced 2026-07-26 23:41:02 +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