Skip to content

Commit

Permalink
remove >
Browse files Browse the repository at this point in the history
  • Loading branch information
sushi2k committed Aug 15, 2018
1 parent 6ecb466 commit de308e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/0x06h-Testing-Platform-Interaction.md
Expand Up @@ -95,7 +95,7 @@ Swift:
webView.configuration.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
```

> By default WKWebView disables file access. If one or more of the above methods is/are activated, you should determine whether the method(s) is/are really necessary for the app to work properly.
By default WKWebView disables file access. If one or more of the above methods is/are activated, you should determine whether the method(s) is/are really necessary for the app to work properly.

Please also verify which WebView class is used. WKWebView should be used nowadays, as `UIWebView` is deprecated.

Expand Down

0 comments on commit de308e5

Please sign in to comment.