bradfrost / ish.

ish. is yet another viewport resizer
731 stars 74 forks source link

Add allow-forms permission to iframe #18

Closed seb-celinedesign closed 9 years ago

seb-celinedesign commented 9 years ago

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.

bradfrost commented 9 years ago

Hey @CelineDesign, Thanks for this!