don't check for request->is_htmx_request for sending frames, check only "frame" url paremeter

added config parameter: request_frame_parameter, default: "frame"
This commit is contained in:
2021-10-08 03:08:11 +02:00
parent 3f5eabeaa1
commit c4b5565995
4 changed files with 25 additions and 5 deletions

View File

@@ -672,6 +672,10 @@ public:
// default: 128
size_t ezc_out_streams_size;
// the name of the url parameter for returning a frame, e.g. https://domain.tld/mydir/myfunction/frame:foo
// default: frame
std::wstring request_frame_parameter;
// when true then when a user want to create a new account
// he has to provide his email and a message will be sent back to him
// with a link to activate the account