Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

v2.1.1

Compare
Choose a tag to compare
@frux frux released this 05 Mar 08:38
· 8 commits to master since this release
  • Added constants for data: and blob: literals
import { BLOB, DATA} from 'csp-header';

console.log(BLOB); // blob:
console.log(DATA); // data:
  • Bug fixes