Skip to content

Commit d49bbb6

Browse files
committed
Fix an error in readme.
1 parent ace45f6 commit d49bbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Or you can leave them untouched and change it in the `-configure:` method.
3838
// Set other internal hosts.
3939
4040
self.otherInternalHosts = @[
41-
@"about:blank",
4241
@"googleads.g.doubleclick.net",
4342
@"metric.gstatic.com"
4443
];
4544
4645
// Set blocked hosts.
4746
4847
self.blockedHosts = @[
48+
@"about:blank"
4949
];
5050
5151
// Set max fail refresh count.

0 commit comments

Comments
 (0)