UNPKG

ember-cli-content-security-policy

Version:

This addon adds the Content-Security-Policy header to response sent from the Ember CLI Express server.

8 lines (4 loc) 144 B
/* eslint-env node */ 'use strict'; const createDebug = require('debug'); module.exports = createDebug('ember-cli-content-security-policy');