Skip to content

Commit

Permalink
Remove invalid char from default user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Oct 31, 2019
1 parent 78f9486 commit d7462c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ACTOR_EVENT_NAMES } from 'apify-shared/consts';
* The default user agent used by `Apify.launchPuppeteer`.
* Last updated on 2018-12-30.
*/
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
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

/**
* Exit codes for the actor process.
Expand Down

0 comments on commit d7462c8

Please sign in to comment.