Remove urlencoded action handling & harden action ID checks (#87082)
- Removes support for urlencoded actions
- Errors when a server action request is received in apps that have no
server actions
- validate action ID in MPA actions before proceeding
---------
Co-authored-by: Josh Story <story@hey.com>