Feature #32424 » 0012-Fixes-Replace-class-var-allowlist-with-a-class-insta.patch
lib/redmine/wiki_formatting/common_mark/sanitization_filter.rb | ||
---|---|---|
28 | 28 |
}.freeze |
29 | 29 | |
30 | 30 |
def allowlist |
31 |
@@allowlist ||= customize_allowlist(super.deep_dup)
|
|
31 |
@allowlist ||= customize_allowlist(super.deep_dup) |
|
32 | 32 |
end |
33 | 33 | |
34 | 34 |
private |