Init-burst guard — caps the number of operations fired within the
initialization window (initElapsedMs below windowMs).
Modeled as a first-class field on NappletRules / FirewallConfig, NOT as
a ContentMatcher (research Open Question 2 — resolved in favor of first-class).
Param: windowMs
The initialization window in milliseconds.
Param: maxOps
Maximum operations allowed inside the init window.
Init-burst guard — caps the number of operations fired within the initialization window (initElapsedMs below windowMs).
Modeled as a first-class field on NappletRules / FirewallConfig, NOT as a ContentMatcher (research Open Question 2 — resolved in favor of first-class).
Param: windowMs
The initialization window in milliseconds.
Param: maxOps
Maximum operations allowed inside the init window.
Param: action
Exceed-action; default is
'block'(BURST-02).