1config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_CSPHEADER
2	bool "perl-mojolicious-plugin-cspheader"
3	select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime
4	help
5	  Mojolicious Plugin to add Content-Security-Policy header to
6	  every HTTP response.
7
8	  https://metacpan.org/release/Mojolicious-Plugin-CSPHeader
9