Skip to content

Commit

Permalink
Update Amazon Associates regex to be non-capturing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMili authored May 9, 2024
1 parent 784266b commit e5cd2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/technologies/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@
"dom": {
"a[href*='amazon.com']": {
"attributes": {
"href": "^https?://(www\\.)?amazon.+(&|\\?)tag="
"href": "^https?://(?:www\\.)?amazon.+(?:&|\\?)tag="
}
},
"a[href*='amzn.to']": {
Expand Down Expand Up @@ -5336,4 +5336,4 @@
"scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1",
"website": "https://tarekraafat.github.io/autoComplete.js"
}
}
}

0 comments on commit e5cd2c7

Please sign in to comment.