Skip to content

Commit

Permalink
Added & updated ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed Aug 24, 2023
1 parent d5b36d5 commit 6a14cda
Show file tree
Hide file tree
Showing 48 changed files with 420 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,6 @@ cython_debug/
.space

# Test files
test.py
test.py
requester.py
requests/
Binary file added icons/cdnjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/cloudflare-radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/cookielaw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/google-cloud-storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/hoefler-co.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/http3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/katex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/onetrust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/osano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/paddle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/phusion-passenger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/prismic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/raster-cdn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/vimeo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/webpack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion ingredients/ads/google-ads.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
{
"tag": "script",
"attribute": "src",
"value": "googlesyndication.com/pagead/js/adsbygoogle.js"
"value": "googlesyndication.com/*.js"
},
{
"tag": "script",
"attribute": "src",
"value": "g.doubleclick.net/*.js"
}
],
"headers": []
Expand Down
5 changes: 5 additions & 0 deletions ingredients/analytics/matomo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"attribute": "src",
"value": "/piwik.js"
},
{
"tag": "img",
"attribute": "src",
"value": "/piwik.php"
},
{
"tag": "script",
"attribute": "src",
Expand Down
14 changes: 14 additions & 0 deletions ingredients/analytics/piwik-pro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Piwik Pro",
"icon": "/icon/piwik-pro.png",
"checks": {
"tags": [
{
"tag": "link",
"attribute": "href",
"value": ".piwik.pro"
}
],
"headers": []
}
}
19 changes: 18 additions & 1 deletion ingredients/cdn/aws-cloudfront.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
"value": "cloudfront.net"
}
],
"headers": []
"headers": [
{
"header": "Server",
"value": "cloudfront"
},
{
"header": "Via",
"value": "cloudfront"
},
{
"header": "x-amz-cf-pop",
"value": null
},
{
"header": "x-amz-cf-id",
"value": null
}
]
}
}
24 changes: 24 additions & 0 deletions ingredients/cdn/cdnjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "cdnjs",
"icon": "/icon/cdnjs.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "cdnjs.cloudflare.com"
},
{
"tag": "link",
"attribute": "href",
"value": "cdnjs.cloudflare.com"
},
{
"tag": "script",
"attribute": null,
"value": "cdnjs.cloudflare.com"
}
],
"headers": []
}
}
6 changes: 3 additions & 3 deletions ingredients/cdn/cloudflare-cdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{
"tag": "script",
"attribute": "src",
"value": "cdnjs.cloudflare.com"
"value": "cdn.cloudflare.com"
},
{
"tag": "script",
"attribute": null,
"value": "cdnjs.cloudflare.com"
"value": "cdn.cloudflare.com"
}
],
"headers": [
Expand All @@ -20,7 +20,7 @@
"value": "cloudflare"
},
{
"header": "CF-Cache-Status",
"header": "cf-cache-status",
"value": null
}
]
Expand Down
19 changes: 19 additions & 0 deletions ingredients/cdn/raster-cdn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Raster",
"icon": "/icon/raster-cdn.png",
"checks": {
"tags": [
{
"tag": "img",
"attribute": "src",
"value": "cdn.raster.app"
},
{
"tag": "meta",
"attribute": "content",
"value": "cdn.raster.app"
}
],
"headers": []
}
}
24 changes: 24 additions & 0 deletions ingredients/cms/prismic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Prismic",
"icon": "/icon/prismic.png",
"checks": {
"tags": [
{
"tag": "meta",
"attribute": "content",
"value": "images.prismic.io"
},
{
"tag": "img",
"attribute": "src",
"value": "cdn.prismic.io"
},
{
"tag": "img",
"attribute": "srcset",
"value": "cdn.prismic.io"
}
],
"headers": []
}
}
14 changes: 14 additions & 0 deletions ingredients/compliance/cookielaw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "CookieLaw",
"icon": "/icon/cookielaw.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "cdn.cookielaw.org/*.js"
}
],
"headers": []
}
}
24 changes: 24 additions & 0 deletions ingredients/compliance/onetrust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "OneTrust",
"icon": "/icon/onetrust.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "geolocation.onetrust.com"
},
{
"tag": "script",
"attribute": "src",
"value": "/otSDKStub.js"
},
{
"tag": "script",
"attribute": "src",
"value": "/OtAutoBlock.js"
}
],
"headers": []
}
}
14 changes: 14 additions & 0 deletions ingredients/compliance/osano.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Osano",
"icon": "/icon/osano.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "osano.com/*.js"
}
],
"headers": []
}
}
5 changes: 5 additions & 0 deletions ingredients/fonts/fontawesome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"tag": "link",
"attribute": "href",
"value": "/fontawesome"
},
{
"tag": "link",
"attribute": "href",
"value": "/fa-*.woff2"
}
],
"headers": []
Expand Down
14 changes: 14 additions & 0 deletions ingredients/fonts/hoefler-co.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Hoefler&Co",
"icon": "/icon/hoefler-co.png",
"checks": {
"tags": [
{
"tag": "link",
"attribute": "href",
"value": "cloud.typography.com/*.css"
}
],
"headers": []
}
}
6 changes: 3 additions & 3 deletions ingredients/frameworks/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
{
"tag": "script",
"attribute": "src",
"value": "/bootstrap.min.js"
"value": "/bootstrap*.js"
},
{
"tag": "script",
"attribute": "src",
"value": "/bootstrap.min.css"
"value": "/bootstrap*.css"
},
{
"tag": "link",
"attribute": "href",
"value": "/bootstrap.min.css"
"value": "/bootstrap*.css"
}
],
"headers": []
Expand Down
24 changes: 24 additions & 0 deletions ingredients/frameworks/tailwind.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Tailwind CSS",
"icon": "/icon/tailwind.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "/tailwind*.js"
},
{
"tag": "script",
"attribute": "src",
"value": "/tailwind*.css"
},
{
"tag": "link",
"attribute": "href",
"value": "/tailwind*.css"
}
],
"headers": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "Netlify",
"icon": "/icon/netlify.png",
"checks": {
"tags": [],
"tags": [
{
"tag": "src",
"attribute": "id",
"value": "netlify-rum-container"
}
],
"headers": [
{
"header": "Server",
Expand Down
8 changes: 8 additions & 0 deletions ingredients/hosts/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
{
"header": "Server",
"value": "Vercel"
},
{
"header": "x-vercel-cache",
"value": null
},
{
"header": "x-vercel-id",
"value": null
}
]
}
Expand Down
19 changes: 19 additions & 0 deletions ingredients/libraries/katex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "KaTeX",
"icon": "/icon/katex.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "/katex.*js"
},
{
"tag": "link",
"attribute": "href",
"value": "/katex.*css"
}
],
"headers": []
}
}
14 changes: 14 additions & 0 deletions ingredients/monitoring/newrelic copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Cloudflare Radar",
"icon": "/icon/cloudflare-radar.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "radar.cloudflare.com/beacon*.js"
}
],
"headers": []
}
}
17 changes: 17 additions & 0 deletions ingredients/other/http3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "HTTP/3",
"icon": "/icon/http3.png",
"checks": {
"tags": [],
"headers": [
{
"header": "quic",
"value": null
},
{
"header": "Alt-Svc",
"value": null
}
]
}
}
Loading

0 comments on commit 6a14cda

Please sign in to comment.