You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it safe to store this as part of the rule in the database. Because the rule comes from the server to the client this script can be tampered by the hacker and we would end up executing a malicious script. Is that right?
Or Is my understanding wrong? Please confirm
The text was updated successfully, but these errors were encountered:
There are 2 properties like Onsuccess and Onfailure property which can be a javascript function delegate and it is part of the rule right?
onSuccess: function(event,almanac) { console.log('hello success') },
onFailure : function(event,almanac) { alert('hello failed') }
Is it safe to store this as part of the rule in the database. Because the rule comes from the server to the client this script can be tampered by the hacker and we would end up executing a malicious script. Is that right?
Or Is my understanding wrong? Please confirm
The text was updated successfully, but these errors were encountered: