Skip to content

Setting User Agent does not work #6

@robertdo

Description

@robertdo

I set the user agent using the method described, but it does not work. The only method I have found to work has been:

NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys:@"My User Agent", @"UserAgent", nil];
[[NSUserDefaults standardUserDefaults] registerDefaults:dictionary];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions