Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

vfonic
Copy link
Contributor

@vfonic vfonic commented Apr 22, 2025

README.md Outdated
Defaults to `[/\Aon/i]` (matches `onclick` for example).
* `template_exclusion_filter`: This is called when determining whether to apply runtime checks on a `.erb` template.
When this `Proc` returns false, no safety checks are applied and parsing is done using the default Rails erubi engine.
When this `Proc` returns `true`, no safety checks are applied and parsing is done using the default Rails erubi engine.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When this `Proc` returns `true`, no safety checks are applied and parsing is done using the default Rails erubi engine.
When this `Proc` returns true, no safety checks are applied and parsing is done using the default Rails erubi engine.

@rafaelfranca rafaelfranca merged commit 889fc51 into Shopify:main Sep 18, 2025
13 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect documentation in README for template_exclusion_filter?
2 participants