Closed gmanandhar-nr closed 3 months ago
Currently, if user send the value for cookiesEnabled as false for browser agent, that is currently being ignored, and the default value of true is being used. Fixed it by changing the boolean field to a pointer.
cookiesEnabled
Currently, if user send the value for
cookiesEnabled
as false for browser agent, that is currently being ignored, and the default value of true is being used. Fixed it by changing the boolean field to a pointer.