8000 Put about:blank into blocked hosts. · f2er/WebAppWrapper-iOS@6f1d8d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f1d8d1

Browse files
committed
Put about:blank into blocked hosts.
1 parent 0b068de commit 6f1d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebAppWrapper/RootViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ - (void)configure
9999
// Set other internal hosts.
100100

101101
self.otherInternalHosts = @[
102-
@"about:blank",
103102
@"googleads.g.doubleclick.net",
104103
@"metric.gstatic.com"
105104
];
106105

107106
// Set blocked hosts.
108107

109108
self.blockedHosts = @[
109+
@"about:blank"
110110
];
111111

112112
// Set max fail refresh count.

0 commit comments

Comments
 (0)
0