Add Edge and Safari as PlanB browsers
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ export function isMobile()
|
|||||||
|
|
||||||
export function isPlanB()
|
export function isPlanB()
|
||||||
{
|
{
|
||||||
if (browser.chrome || browser.chromium || browser.opera || browser.msedge)
|
if (browser.chrome || browser.chromium || browser.opera || browser.safari || browser.msedge)
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user