mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Respect existing scope["actor"] if set, closes #854
This commit is contained in:
parent
d2aef9f7ef
commit
6151c25a5a
4 changed files with 22 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ EXPECTED_PLUGINS = [
|
|||
"version": None,
|
||||
"hooks": [
|
||||
"actor_from_request",
|
||||
"asgi_wrapper",
|
||||
"extra_body_script",
|
||||
"extra_css_urls",
|
||||
"extra_js_urls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue