sensitive_attributes.d.ts 332 B

123456789
  1. /**
  2. * @license
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. /**
  6. * Security sensitive attribute names that should not be set through
  7. * `setAttribute` or similar functions.
  8. */
  9. export declare const SECURITY_SENSITIVE_ATTRIBUTES: readonly ["href", "rel", "src", "srcdoc", "action", "formaction", "sandbox", "cite", "poster", "icon"];