I have the following code in my application:
openDatabase('main', '1.0', 'Database display name', 50 * 1024 * 1024)
It worked fine until Apple introduced Safari 7. Now it fails with the following exception:
SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
Does anybody know how it can be solved?