How to open an “about:foo” URL, without being redirected to “about:blank#blocked”

I just want to set someones chrome home page to about:quit, so chrome always gets closed, once started. I tried to do that, but it didn’t even work to set this as home page.

So i tried, to set the URL to a data:text/html site, where you are redirected to about:quit per a javascript function, which gets called onload.
Doesn’t work either, because chrome just blocks redirecting to an about:foo URL.
How do I avoid that?