Skip to content

Commit d7462c8

Browse files
committed
Remove invalid char from default user agent
1 parent 78f9486 commit d7462c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ACTOR_EVENT_NAMES } from 'apify-shared/consts';
44
* The default user agent used by `Apify.launchPuppeteer`.
55
* Last updated on 2018-12-30.
66
*/
7-
export const DEFAULT_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36￿'; // eslint-disable-line max-len
7+
export const DEFAULT_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'; // eslint-disable-line max-len
88

99
/**
1010
* Exit codes for the actor process.

0 commit comments

Comments
 (0)