BankersBox icon indicating copy to clipboard operation
BankersBox copied to clipboard

Fixed security exception being thrown when cookies are disabled

Open alexgorbatchev opened this issue 11 years ago • 2 comments

Module blows up when cookies are disabled in the browser settings. This addresses the issue by simply returning out of the module leaving it up to the user to determine how to handle that.

alexgorbatchev avatar Sep 03 '13 22:09 alexgorbatchev

Is there a way to write a unit test for this case? I'm not sure there is, but it would be nice if there's a way.

jazzychad avatar Sep 03 '13 22:09 jazzychad

Added a unit test for it.

alexgorbatchev avatar Sep 03 '13 23:09 alexgorbatchev