From 0b44e47420adc30e41c513aae8ad7c9096b21461 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Fri, 16 Oct 2020 18:57:02 +0400 Subject: [PATCH] Remove dead example --- data/examples.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/examples.json b/data/examples.json index abeb247..cbc948d 100644 --- a/data/examples.json +++ b/data/examples.json @@ -260,18 +260,6 @@ "description": "Integrate OpenAPI (swagger) specifications and lambda into an easy-to-use routing tier ", "code": "https://github.com/fehguy/swambda" }, - { - "name": "detect-csp-violations", - "description": "CSP violations reporting by setting the lambda URL as the CSP report-uri", - "code": [ - "https://github.com/stefanjudis/stefan-judis-website/blob/03e072be1516a7d9a6c58e37d44452c8f8649dc1/functions/report.js", - "https://github.com/stefanjudis/stefan-judis-website/blob/03e072be1516a7d9a6c58e37d44452c8f8649dc1/static/_headers#L2" - ], - "tags": [ - "security", - "CSP" - ] - }, { "name": "scrape-twitter-avatars", "description": "Scrape mobile twitter HTML to return the URLs of a user avatar",