Open
Description
Hi Guys.
I'm using outdated-browser-rework in one of my projects and when i try to use the link from my fb page it says "Your browser is out-of0date".
I notice that they have their own browser, Facebook Browser
Is there a way to bypass that?
My current setup is:
outdatedBrowserRework({ fullscreen: true, browserSupport: { 'Chrome': -15, // Includes Chrome for mobile devices 'Edge': -15, // 'Safari': -15, // 'Mobile Safari': -10, 'Firefox': -15, 'Opera': -15, 'IE': 11 }, })
thanks