Jesse Rosenberger
ea28a34a2c
Update webapp's useragent npm to v2.3.0 to support HeadlessChrome.
...
Previously, while the `useragent` package was able to parse the User-Agent
for so-called "Headless Chrome" and generate a family of "HeadlessChrome",
it was unable to parse out the individual portions of the version number
(e.g. major, minor, patch).
For example, the following User-Agent (herein referred to as `userAgentAbove`):
```
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/69.0.3497.100 Safari/537.36
```
Previously resulted in:
```
> require('useragent').lookup(userAgentAbove);
{
family: 'HeadlessChrome',
major: '0',
minor: '0',
patch: '0',
/* ... */
}
```
With the newer version of `useragent`, these are now properly extracted and
set which will enable Meteor to treat Headless Chrome the same as Chrome in
a follow-up commit. Now:
```
> require('useragent').lookup(userAgentAbove);
{
family: 'HeadlessChrome',
major: '69',
minor: '0',
patch: '3497'
/* ... */
}
```
2018-11-15 11:44:24 -05:00
..
2018-11-03 15:48:29 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-05-14 09:53:08 +02:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-05-14 10:39:06 +02:00
2018-10-05 17:29:17 -04:00
2018-04-06 10:28:25 -04:00
2018-10-05 17:29:17 -04:00
2016-08-30 15:40:14 -07:00
2016-08-30 15:40:14 -07:00
2018-11-03 15:45:47 -04:00
2018-11-12 19:35:47 -05:00
2018-10-05 17:29:17 -04:00
2018-02-08 10:24:02 -05:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-05-27 19:29:46 -04:00
2017-02-02 15:54:30 -05:00
2016-10-25 10:20:21 -07:00
2017-02-02 15:54:30 -05:00
2017-02-02 15:54:30 -05:00
2018-11-03 16:21:16 -04:00
2018-03-21 11:43:48 -04:00
2018-03-07 11:36:48 -05:00
2018-10-05 17:29:17 -04:00
2017-07-18 13:53:49 -04:00
2017-12-10 01:55:40 +07:00
2018-10-23 10:38:08 -04:00
2018-01-20 15:50:01 -05:00
2018-02-08 10:43:06 -05:00
2018-07-05 07:51:04 +10:00
2018-03-21 11:52:01 -04:00
2016-08-30 15:40:14 -07:00
2018-11-12 20:44:49 -05:00
2016-08-30 15:40:14 -07:00
2018-10-05 17:29:17 -04:00
2018-11-12 19:35:50 -05:00
2018-05-27 19:29:46 -04:00
2018-10-05 17:29:17 -04:00
2018-08-04 13:46:01 -04:00
2017-10-27 13:00:43 -04:00
2017-12-13 11:30:19 -05:00
2018-05-27 19:29:46 -04:00
2018-10-05 17:29:17 -04:00
2018-06-18 10:27:13 +02:00
2018-10-05 17:29:17 -04:00
2018-02-21 11:17:22 -05:00
2018-06-28 18:52:58 -04:00
2017-10-27 13:00:43 -04:00
2017-10-27 13:00:43 -04:00
2016-10-25 10:20:21 -07:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2016-08-30 15:40:14 -07:00
2018-05-28 14:06:53 -04:00
2018-07-05 07:51:04 +10:00
2016-08-30 15:40:14 -07:00
2018-10-05 17:29:17 -04:00
2017-10-24 19:03:20 -04:00
2016-10-25 10:20:21 -07:00
2017-11-22 11:36:45 -05:00
2018-10-05 17:29:17 -04:00
2016-08-30 15:40:14 -07:00
2017-10-27 13:00:43 -04:00
2018-03-07 11:33:29 -05:00
2016-10-25 10:20:21 -07:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-07-16 18:59:50 -04:00
2018-05-27 19:29:46 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2016-08-30 15:40:14 -07:00
2018-11-03 16:06:41 -04:00
2018-10-05 17:29:17 -04:00
2018-09-12 17:43:09 -04:00
2017-09-26 13:08:32 -04:00
2017-11-22 11:36:45 -05:00
2018-07-10 17:43:28 -04:00
2018-10-05 17:29:17 -04:00
2018-10-13 19:22:49 -04:00
2018-10-05 17:29:17 -04:00
2017-10-27 13:00:43 -04:00
2018-07-05 07:51:07 +10:00
2016-08-30 15:40:14 -07:00
2018-10-31 11:14:59 -04:00
2017-10-24 19:03:20 -04:00
2018-10-05 17:29:17 -04:00
2018-10-31 11:33:49 -04:00
2018-10-31 11:12:39 -04:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2017-03-14 10:53:26 +02:00
2018-01-20 15:50:01 -05:00
2016-08-30 15:40:14 -07:00
2018-10-05 17:29:17 -04:00
2018-05-28 12:22:19 -04:00
2018-01-20 15:50:01 -05:00
2018-02-08 10:43:06 -05:00
2018-10-13 19:06:10 -04:00
2016-10-25 10:20:21 -07:00
2018-01-20 15:50:01 -05:00
2017-02-10 18:45:22 -05:00
2018-01-20 15:50:01 -05:00
2018-10-05 17:29:17 -04:00
2018-05-16 15:20:38 -04:00
2016-10-25 10:20:21 -07:00
2018-11-03 16:21:32 -04:00
2016-10-25 10:20:21 -07:00
2018-10-05 17:29:17 -04:00
2018-06-12 17:30:01 -04:00
2018-08-10 11:48:24 -04:00
2018-11-03 16:06:41 -04:00
2018-10-05 17:29:17 -04:00
2017-04-07 18:50:17 +03:00
2018-05-27 19:29:46 -04:00
2018-10-05 17:29:17 -04:00
2018-07-19 14:04:32 -04:00
2016-10-25 10:20:21 -07:00
2018-01-20 15:50:01 -05:00
2016-08-30 15:40:14 -07:00
2018-05-27 19:29:46 -04:00
2017-02-10 18:45:22 -05:00
2017-02-10 18:45:22 -05:00
2016-10-25 10:20:21 -07:00
2016-08-30 15:40:14 -07:00
2018-02-21 21:06:20 +01:00
2018-11-15 11:44:24 -05:00
2016-08-30 15:40:14 -07:00
2018-10-05 17:29:17 -04:00
2018-10-05 17:29:17 -04:00
2017-07-10 13:23:47 -04:00
2016-09-26 15:32:08 +03:00