Skip to content

Commit

Permalink
Merge pull request #74 from HTTPArchive/available-primate
Browse files Browse the repository at this point in the history
ClientJS and Fourthwall fixes
  • Loading branch information
pmeenan authored Nov 12, 2024
2 parents 13c8b99 + 2c5b7b4 commit dd1b4e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/technologies/c.json
Original file line number Diff line number Diff line change
Expand Up @@ -1997,8 +1997,8 @@
},
"oss": true,
"scriptSrc": [
"/clientjs@(\\d.*?)/\\;version:\\1",
"/ClientJS/(?:(\\d.*?)/)?\\;version:\\1"
"/clientjs@([\\d.]+)\\;version:\\1",
"/ClientJS/([\\d.]+)/\\;version:\\1"
],
"website": "https://clientjs.org"
},
Expand Down
3 changes: 0 additions & 3 deletions src/technologies/f.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,9 +1659,6 @@
"FourthwallAnalytics": "",
"fourthwallTheme": ""
},
"meta": {
"version": "^(.+)$\\;version:\\1\\;confidence:0"
},
"pricing": [
"payg"
],
Expand Down
1 change: 0 additions & 1 deletion tests/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function runWPTTest(url) {
detected_apps: response.data.runs['1'].firstView.detected_apps,
detected_technologies:
response.data.runs['1'].firstView.detected_technologies,
detected_raw: response.data.runs['1'].firstView.detected_raw,
}

fs.appendFileSync(
Expand Down

0 comments on commit dd1b4e9

Please sign in to comment.