MobileFrontend's blockMessageDrawer already has code for tracking when a block is shown.
Once we add support for loading hCaptcha's frontend module unconditionally, we may trigger a hook from blockMessageDrawer that would be handled by ConfirmEdit to submit hte risk score.
I have identified two cases when a block notice is shown when the MF is active:
- Accessing a page directly when you have a block (i.e. http://host/w/index.php?title=New_Page&action=submit)
- This is already covered by the same codepath used by the desktop editor: page loads, BeforePageDisplayHookHandler detects the block and loads hCaptcha FE modules
- Clicking on the edit icon while reading a page
- This required adding new hooks

