Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Mar 14, 2024
1 parent 2b42ecc commit e1328b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ you to add additional elements. You can either modify the constant's value, or
re-define your own config and pass that in, such as:

```ruby
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.dup
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.deep_dup
config[:elements] << "iframe" # sure, whatever you want
```

Expand Down

0 comments on commit e1328b4

Please sign in to comment.