This module allows site administrators to enable a **read-only mode** where non-admin
users are prevented from submitting any forms or performing any POST requests on
the site. It is useful for maintenance windows, content freezes, or other situations
where the site content should not be modified temporarily.
When enabled:
- All POST requests from non-admin users are blocked.
- A warning message is shown.
- Users are redirected back to the previous page with the notice.