1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Allow sending multiple CSP headers

This commit is contained in:
Jakub Vrana
2018-01-17 11:05:59 +01:00
parent 16e05167a4
commit ba9099f084
2 changed files with 17 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ class Adminer {
}
/** Get Content Security Policy headers
* @return array directive name in key, allowed sources in value
* @return array of arrays with directive name in key, allowed sources in value
*/
function csp() {
return csp();