router.json revision 7523c7f44ed55a9882212a3925629e54c1295dae
{
"filters": [
{
"pattern": "^system/.*",
"methods": [ "action" ],
"onRequest": {
"type": "text/javascript",
"source": "if (request.parent.type === 'http') { throw 'Thou shalt not POST actions to system objects'; }"
}
}
]
}