You are here

constant Csp::HASH_ALGORITHMS in Content-Security-Policy 8

File

src/Csp.php, line 10

Class

Csp
A CSP Header.

Namespace

Drupal\csp

Code

const HASH_ALGORITHMS = [
  'sha256',
  'sha384',
  'sha512',
];