1
0
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:
Jakub Vrana
2018-01-09 18:53:17 +01:00
parent 541c3c1fed
commit 4be72a2a0d
4 changed files with 36 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ class Adminer {
function headers() {
}
function csp() {
return csp();
}
function head() {
return true;
}