From 15a925262c39bd79ad271fba447f7d51ed77f410 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 22 Mar 2020 14:45:58 -0300 Subject: [PATCH 1/2] Update the regex of the Airform.io --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index c827ee727..d1a80df0a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -554,7 +554,7 @@ 61 ], "html": [ - "]+?action=\"[^\"]+airform.io" + "\ Date: Wed, 6 May 2020 11:47:43 +1000 Subject: [PATCH 2/2] Fix Airform regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index eb0a508aa..f1cf51d81 100644 --- a/src/apps.json +++ b/src/apps.json @@ -562,7 +562,7 @@ 61 ], "html": [ - "]+?action=\"[^\"]*airform\.io[^>]+?>" + "]+?action=\"[^\"]*airform\\.io[^>]+?>" ], "icon": "Airform.svg", "website": "https://airform.io"