mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
58c7bc74a9
- ucode: add configured CSP HTTP headers - js: add dropdown to select CSP-mode and textbox to configure custom CSP policy Signed-off-by: Jostein Kjønigsen <jostein@kjonigsen.net>
15 lines
281 B
Makefile
15 lines
281 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-plugin-csp
|
|
|
|
LUCI_TITLE:=LuCI CSP Plugin - Content-Security-Policy HTTP header
|
|
LUCI_DEPENDS:=+luci-base +luci-mod-system
|
|
|
|
LUCI_TYPE:=plugin
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|