Verified Commit 924d5089 authored by godotislate's avatar godotislate
Browse files

task: #3614219 Add warning about DDOS to Htmx::trigger()

By: prudloff
By: fathershawn
parent cf543471
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -824,6 +824,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.
   *