From a44f088a7279abd319f58b41a3cce61d4d1d9d92 Mon Sep 17 00:00:00 2001 From: Aleksandar Dimitrov Date: Tue, 3 Jul 2018 12:32:55 +0300 Subject: [PATCH] added recipe --- netbull/security-bundle/.DS_Store | Bin 0 -> 6148 bytes netbull/security-bundle/1.0/.DS_Store | Bin 0 -> 6148 bytes .../1.0/config/packages/netbull_security.yaml | 2 ++ netbull/security-bundle/1.0/manifest.json | 3 +++ 4 files changed, 5 insertions(+) create mode 100644 netbull/security-bundle/.DS_Store create mode 100644 netbull/security-bundle/1.0/.DS_Store create mode 100644 netbull/security-bundle/1.0/config/packages/netbull_security.yaml diff --git a/netbull/security-bundle/.DS_Store b/netbull/security-bundle/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5d0d7c1edde4f9095957ce5eb0c17db116f8415c GIT binary patch literal 6148 zcmeH~J!->15QX2^E(~r|rraiNh;Oh6`vkr~ia?s+Kp?62=y~(gSV^yYf`_SmFy>z6;r-LCz0P2qAFs@^kpf)d1d+A7Jg=RH9 zShZS=AzqJmYOCvd=}66XSPdUmcQ&75XqN4;#)M`)L_q{ZU_oG;`Q+#Snf}-Ozi3e^ z0wQo{1Z;P@oMygMovpuK&+9K$_4S}r<8p?Zp8zI)6hF|zxZiw1?WH4?6`Fno0)v7G H{40SU59JWp literal 0 HcmV?d00001 diff --git a/netbull/security-bundle/1.0/.DS_Store b/netbull/security-bundle/1.0/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..12db7cf64da79dd932ccfccbbd901c4eda211125 GIT binary patch literal 6148 zcmeHKI|>3Z5S>vG!N$@uSMUZw^aNf&P!vH{5VYRPb9pr1d>UQtw2?P3dC6p6LSC`6 zBO*G#Y-b`95gEY^B@zm@)+3y3!9m+;d(#Yi0p zwti-h{ zq5pp-aYY5Fz+Wk#gT-nw$CI+Qb{=Q7w!qhL%elkNFn0c7o_bQ`6`Nzf VCbof2N8IT^{tTEdG%E0G1s?X~6^#G@ literal 0 HcmV?d00001 diff --git a/netbull/security-bundle/1.0/config/packages/netbull_security.yaml b/netbull/security-bundle/1.0/config/packages/netbull_security.yaml new file mode 100644 index 00000000..5992a508 --- /dev/null +++ b/netbull/security-bundle/1.0/config/packages/netbull_security.yaml @@ -0,0 +1,2 @@ +netbull_security: + banned_route: SOME_ROUTE \ No newline at end of file diff --git a/netbull/security-bundle/1.0/manifest.json b/netbull/security-bundle/1.0/manifest.json index 5966c38d..fba1a4a4 100644 --- a/netbull/security-bundle/1.0/manifest.json +++ b/netbull/security-bundle/1.0/manifest.json @@ -2,6 +2,9 @@ "bundles": { "NetBull\\SecurityBundle\\NetBullSecurityBundle": ["all"] }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "composer-scripts": { "vendor/bin/browscap-php browscap:fetch": "php-script", "vendor/bin/browscap-php browscap:convert": "php-script"