Commit 9e8ca6be authored by felt's avatar felt Committed by Commit bot

Remove .apk from dangerous file extension list

BUG=404472

Review URL: https://codereview.chromium.org/512983003

Cr-Commit-Position: refs/heads/master@{#292473}
parent 54cc084a
......@@ -200,7 +200,6 @@ static const struct Executables {
{ "rpm", ALLOW_ON_USER_GESTURE },
#endif
#if defined(OS_ANDROID)
{ "apk", ALLOW_ON_USER_GESTURE },
{ "dex", ALLOW_ON_USER_GESTURE }, // Really an executable format.
#endif
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment