ubicloud/views/components/form
Jeremy Evans 8158392f6f Escape nonce in resource creation form script tag
This is only to avoid flagging by the XSS checker. I'm not sure
whether there are any base64 characters that would be escaped.
I don't think so, but I'm sure no hex characters need escaping,
so switch to hex encoding even though it adds an additional 20
bytes.
2025-11-18 09:33:33 +09:00
..
checkbox.erb Escape checkbox option text by default 2025-11-18 09:33:33 +09:00
cloudflare_turnstile.erb Update rubocop and standard versions 2025-02-26 13:05:35 +03:00
datepicker.erb Fix required="true" attributes 2025-05-13 06:24:13 +09:00
error.erb Extract form error component from form text component 2025-10-04 01:36:33 +09:00
hidden.erb Make hidden input template use hidden_inputs method 2025-09-09 01:40:49 +09:00
partnership_notice.erb Escape checkbox option text by default 2025-11-18 09:33:33 +09:00
policy_select.erb Change rubocop TargetRubyVersion to 3.4 2025-04-26 06:51:19 +09:00
radio_small_cards.erb Append _html to variables expected to contain html 2025-11-18 09:33:33 +09:00
resource_creation_form.erb Escape nonce in resource creation form script tag 2025-11-18 09:33:33 +09:00
section.erb Add notice about failover time 2025-04-07 00:32:04 +02:00
select.erb Remove flash["old"] 2025-08-27 04:31:18 +09:00
submit_button.erb Allow submit_button component to take icon keyword argument 2025-10-29 04:32:41 +09:00
text.erb Allow text component to take id and handle_params_and_errors keyword arguments 2025-10-29 04:32:41 +09:00
textarea.erb Append _html to variables expected to contain html 2025-11-18 09:33:33 +09:00
toggle_form.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00