Skip to content

Commit e1328b4

Browse files
committed
tweak
1 parent 2b42ecc commit e1328b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ you to add additional elements. You can either modify the constant's value, or
375375
re-define your own config and pass that in, such as:
376376

377377
```ruby
378-
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.dup
378+
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.deep_dup
379379
config[:elements] << "iframe" # sure, whatever you want
380380
```
381381

0 commit comments

Comments
 (0)