Closed wainglaister closed 8 years ago
This line has an extra [ that shouldn't be there (in the javascript):
[script appendFormat:@"if ([cookieNames.indexOf('%@') == -1) { document.cookie='%@'; };\n", cookie.name, [self javascriptStringWithCookie:cookie]];
Fixed. But this code won't be executed anyway unless there is a way to inject cookies properly
This line has an extra [ that shouldn't be there (in the javascript):