Ruby on Rails latest stable (v7.1.3.2) - 0 notes

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

CONTENT_EXFILTRATION_PREVENTION_MARKUP = (CLOSE_QUOTES_COMMENT + CLOSE_CDATA_COMMENT + CLOSE_OPTION_TAG + CLOSE_FORM_TAG).freeze

CLOSE_FORM_TAG = "".html_safe.freeze

CLOSE_OPTION_TAG = "".html_safe.freeze

CLOSE_CDATA_COMMENT = "".html_safe.freeze

CLOSE_QUOTES_COMMENT = %q().html_safe.freeze

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.