mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
14feaf30e1
* rename _astroAction to _action * changeset
256 B
256 B
@astrojs/react | astro |
---|---|
minor | minor |
Changes the generated URL query param from _astroAction
to _action
when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.