Update cog

This commit is contained in:
Simon Willison 2022-10-30 14:53:33 -07:00
commit 4f16e14d7a
2 changed files with 3 additions and 2 deletions

View file

@ -153,7 +153,8 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
"hooks": [
"actor_from_request",
"permission_allowed",
"register_commands"
"register_commands",
"skip_csrf"
]
},
{