Problem/Motivation
Some blocks, like user login, should be shown on 403/404 pages.
Others, like the help block, should not.
Proposed resolution
Add a visibility setting to blocks that shows them on 403/404 pages.
Default this to TRUE.
Remaining tasks
Write tests