Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Remove dead example #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions data/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down