linked: don't need javascript, so we don't enable it

This commit is contained in:
Vincent Breitmoser
2015-09-10 02:23:49 +02:00
parent 0f4af7d2ed
commit 9fd5e966f6

View File

@@ -504,7 +504,6 @@ public class LinkedIdCreateGithubFragment extends CryptoOperationFragment<SaveKe
private String mOAuthCode, mOAuthState;
@SuppressLint("SetJavaScriptEnabled") // trusted https website, it's ok
public void oAuthRequest(String hostAndPath, String clientId, String scope) {
Activity activity = getActivity();