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
Adds a new `security.actionBodySizeLimit` option to configure the maximum size of Astro Actions request bodies.
6
+
7
+
This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.
8
+
9
+
If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.
0 commit comments