Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Added Hola, Opera mini(old), LastPass browsers to whitelist
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Dec 11, 2015
1 parent c6e4103 commit 8e6da1b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static void Assert(boolean condition, String message) {
"com.android.chrome",
"com.opera.browser",
"com.opera.mini.native",
"com.opera.mini.android",
"com.opera.browser.beta",
"com.opera.mini.native.beta",
"com.chrome.dev",
Expand All @@ -93,7 +94,9 @@ public static void Assert(boolean condition, String message) {
"com.uc.browser.en",
"mobi.browser.flashfox",
"acr.browser.barebones",
"com.ineedyourservice.RBrowser"
"com.ineedyourservice.RBrowser",
"com.lastpass.lpandroid",
"org.hola"
};

public static float clamp(float v0, float v, float v1) {
Expand Down

0 comments on commit 8e6da1b

Please sign in to comment.