On safari 8, when submitting a form, i've this error message :
Blocked form submission to 'http://mydomain.com' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
This PR add the allow-forms value into the iframe sandbox attribute to allow form submission.
On safari 8, when submitting a form, i've this error message : Blocked form submission to 'http://mydomain.com' because the form's frame is sandboxed and the 'allow-forms' permission is not set. This PR add the allow-forms value into the iframe sandbox attribute to allow form submission.