Skip to content

Commit

Permalink
Fixed additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 12, 2024
1 parent 751000b commit 8db9b3b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
11 changes: 8 additions & 3 deletions ingredients/analytics/umami.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
"value": "analytics.umami.is/*.js"
},
{
"tag": "script",
"attribute": null,
"value": "data-umami-event-*"
"tag": "a",
"attribute": "data-umami-event",
"value": null
},
{
"tag": "button",
"attribute": "data-umami-event",
"value": null
}
],
"headers": []
Expand Down
12 changes: 11 additions & 1 deletion ingredients/auth/oneall.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "OneAll",
"description": "OneAll is a social login solution enables your users to sign into their accounts on your website or mobile app using their login details from networking sites.",
"description": "OneAll is a cloud-based service that helps you integrate and store user data from different social networks in a secure and GDPR-compliant environment.",
"icon": "/icon/oneall.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "/oneallsociallogin.js"
},
{
"tag": "script",
"attribute": "src",
"value": "api.oneall.com/socialize/library*.js"
},
{
"tag": "link",
"attribute": "href",
"value": "secure.oneallcdn.com/css/lib"
}
],
"headers": []
Expand Down
2 changes: 1 addition & 1 deletion ingredients/ecommerce/prestashop.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"tag": "script",
"attribute": "src",
"value": "/ps_shoppingcart/ps_shoppingcart.js"
"value": "/ps_shoppingcart/ps_shoppingcart*.js"
}
],
"headers": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chatwoot",
"description": "Chatwoot gives you all the tools to manage conversations, build relationships and delight your customers from one place.",
"description": "Chatwoot is an opensource customer engagement platform.",
"icon": "/icon/chatwoot.png",
"checks": {
"tags": [
Expand All @@ -12,7 +12,7 @@
{
"tag": "div",
"attribute": "id",
"value": "woot-widget*"
"value": "woot-widget"
}
],
"headers": []
Expand Down

0 comments on commit 8db9b3b

Please sign in to comment.