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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user