UNPKG

express-dom

Version:

Prepare, render web pages - express middleware

12 lines (11 loc) 275 B
exports.png = function (phase, req, res) { if (phase.online) { Object.assign(phase.policies, { img: "'self' https: data:", font: "'self' https: data:", style: "'self' 'unsafe-inline' https:" }); phase.plugins.remove('html'); phase.plugins.add('png'); } };