From e27bf9567e10d404a344cdf72f5507572fcf546d Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sun, 3 Dec 2023 23:36:59 -0800 Subject: [PATCH 1/2] Add `pyramid-csp` --- data/addons/pyramid-csp.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/addons/pyramid-csp.yaml diff --git a/data/addons/pyramid-csp.yaml b/data/addons/pyramid-csp.yaml new file mode 100644 index 0000000..a48d186 --- /dev/null +++ b/data/addons/pyramid-csp.yaml @@ -0,0 +1,13 @@ +addon: true +category: +- requests +demoUrl: '' +description: Inject a Content Security Policy +docsUrl: https://pypi.org/project/pyramid-csp/ +maintainers: + - luhn +name: pyramid-csp +projectUrl: https://pypi.org/project/pyramid-csp/ +pypiUrl: https://pypi.org/project/pyramid-csp/ +support: community +vcsUrl: https://github.com/luhn/pyramid-csp/ From f83f40e46027326cd2d99d70da0a52ea277b18ef Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sun, 3 Dec 2023 23:38:41 -0800 Subject: [PATCH 2/2] Change description for `pyramid-csp`. --- data/addons/pyramid-csp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/addons/pyramid-csp.yaml b/data/addons/pyramid-csp.yaml index a48d186..c4450f2 100644 --- a/data/addons/pyramid-csp.yaml +++ b/data/addons/pyramid-csp.yaml @@ -2,7 +2,7 @@ addon: true category: - requests demoUrl: '' -description: Inject a Content Security Policy +description: Add a Content Security Policy to your HTTP responses. docsUrl: https://pypi.org/project/pyramid-csp/ maintainers: - luhn