Skip to content

Commit

Permalink
use post-quantum key agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Feb 7, 2024
1 parent 5a011c5 commit a3c62d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(buildView());
apkPath = getApplicationInfo().sourceDir;
editText.setText("--http3-only https://www.cloudflare.com/cdn-cgi/trace");
editText.setText("--http3-only --curves X25519Kyber https://www.cloudflare.com/cdn-cgi/trace");
editText.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER));
}

Expand Down

0 comments on commit a3c62d9

Please sign in to comment.