ReferrerPolicy.add()
Add one or more policy tokens.
Usage
ReferrerPolicy.add(value)Parameters
value: str-
A single policy token (e.g.,
"no-referrer") or a comma-separated list (e.g.,"no-referrer, strict-origin-when-cross-origin").
Returns
ReferrerPolicy- The same instance, for fluent chaining.