Disabling functional cookies until the user accepts
By default, the application assumes consent on the use of functional cookies when the user hasn’t done any action on the cookie banner. To keep functional cookies disabled until the user clicks the
button:- Open global.js file at html\js\global.js.
- Set the “assumeConsentByDefault” flag to false.
- Save the file.