Commit 2c98ddc
Mike Solomon
Fixes trypurescript to work with Halogen example (#203)
Currently, the affjax example in Halogen does not work and returns the following response:
```
Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
```
Adding the permission fixes the issue.1 parent 91f3716 commit 2c98ddc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments