BankersBox
BankersBox copied to clipboard
Fixed security exception being thrown when cookies are disabled
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.
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.
Added a unit test for it.