@quadible/web-sdk
Version:
The web sdk for Quadible's behavioral authentication service.
9 lines (8 loc) • 453 B
TypeScript
/**
* navigator.cookieEnabled cannot detect custom or nuanced cookie blocking configurations. For example, when blocking
* cookies via the Advanced Privacy Settings in IE9, it always returns true. And there have been issues in the past with
* site-specific exceptions. Don't rely on it.
*
* @see https://github.com/Modernizr/Modernizr/blob/master/feature-detects/cookies.js Taken from here
*/
export default function areCookiesEnabled(): boolean;