Loading core/lib/Drupal/Core/Htmx/Htmx.php +3 −0 Original line number Diff line number Diff line Loading @@ -832,6 +832,9 @@ public function target(string $target): static { * - A polling definition of the form every <timing declaration> * - A comma-separated list of such events. * * The definition should not be provided by untrusted users. A polling * definition with a very low interval could be used to cause a DDOS attack. * * @param string|string[] $triggerDefinition * The trigger definition. * Loading Loading
core/lib/Drupal/Core/Htmx/Htmx.php +3 −0 Original line number Diff line number Diff line Loading @@ -832,6 +832,9 @@ public function target(string $target): static { * - A polling definition of the form every <timing declaration> * - A comma-separated list of such events. * * The definition should not be provided by untrusted users. A polling * definition with a very low interval could be used to cause a DDOS attack. * * @param string|string[] $triggerDefinition * The trigger definition. * Loading