Skip to content

Enable all possible user agents by default #463

Discussion options

You must be logged in to vote
  • Clone the repository
  • Edit here
    GeneratorType.chromeWin, GeneratorType.chromeLinux, GeneratorType.chromeMac,
  • Remove this
    switch (detectBrowserName()) {
    case 'firefox':
    this.state.generator.types = [GeneratorType.firefoxWin, GeneratorType.firefoxLinux, GeneratorType.firefoxMac]
    break
    case 'opera':
    this.state.generator.types = [GeneratorType.operaMac, GeneratorType.operaWin]
    break
    case 'edge':
    this.state.generator.types = [GeneratorType.edgeMac, GeneratorType.edgeWin]
    break

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@shahidjalally
Comment options

@tarampampam
Comment options

Answer selected by shahidjalally
@shahidjalally
Comment options

@tarampampam
Comment options

@shahidjalally
Comment options

@tarampampam
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants