Skip to content

Commit 37c855c

Browse files
committed
Merge branch 'main' into v11
2 parents c44c5ea + 39046ae commit 37c855c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The most important file of the repository is [`/src/default.js`](src/default.js)
3030

3131
## Device testing is sponsored by BrowserStack
3232

33-
We get amazing sponsorship from [BrowserStack](https://www.browserstack.com/). Thanks, BrowserStack!
33+
We run our public script with more than [50 browsers on many different (real) devices](https://github.com/simpleanalytics/scripts/blob/main/test/helpers/get-browsers.js). We support Internet Explorer 9 (not sure who is still using that) and up. Including many mobile browsers and less common devices. We get amazing sponsorship from [BrowserStack](https://www.browserstack.com/). Thanks, BrowserStack!
3434

3535
<img src="https://mijnimpact-adriaan-io.s3.amazonaws.com/1581763646555-browserstack-logo.png" width="300px" alt="BrowserStack Logo" />
3636

src/auto-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
optionsLink.downloads &&
145145
/^https?:\/\//i.test(link.href) &&
146146
new RegExp(
147-
".(" + (optionsLink.downloadsExtensions || []).join("|") + ")",
147+
"\\.(" + (optionsLink.downloadsExtensions || []).join("|") + ")$",
148148
"i"
149149
).test(link.pathname)
150150
) {

0 commit comments

Comments
 (0)