Skip to content
Snippets Groups Projects
Unverified Commit b0a18dec authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

bundle + allowed tags for kamifusen

parent 8d64f1e6
No related branches found
No related tags found
No related merge requests found
......@@ -79,17 +79,17 @@ GEM
autoprefixer-rails (10.3.3.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.520.0)
aws-sdk-core (3.121.3)
aws-partitions (1.525.0)
aws-sdk-core (3.122.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.50.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sdk-kms (1.51.0)
aws-sdk-core (~> 3, >= 3.122.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.104.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sdk-s3 (1.105.1)
aws-sdk-core (~> 3, >= 3.122.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
......@@ -98,7 +98,7 @@ GEM
bindex (0.8.1)
bootsnap (1.9.1)
msgpack (~> 1.0)
bootstrap (5.1.0)
bootstrap (5.1.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.9.3, < 3)
sassc-rails (>= 2.0.0)
......@@ -146,7 +146,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.10.0)
devise-i18n (1.10.1)
devise (>= 4.8.0)
encryptor (3.0.0)
enum-i18n (0.1.1)
......@@ -180,13 +180,13 @@ GEM
figaro (1.2.0)
thor (>= 0.14.0, < 2)
front_matter_parser (1.0.1)
gdpr (1.2.0)
gdpr (1.2.1)
js_cookie_rails
rails
sassc-rails
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
i18n_data (0.13.0)
image_processing (1.12.1)
......@@ -202,7 +202,7 @@ GEM
js_cookie_rails (2.2.0)
railties (>= 3.1)
json (2.6.1)
kamifusen (1.9)
kamifusen (1.10)
image_processing
rails
kaminari (1.2.1)
......@@ -327,7 +327,7 @@ GEM
simple_form (5.1.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
simple_form_bs5_file_input (0.0.3)
simple_form_bs5_file_input (0.0.4)
rails
simple_form
simple_form_password_with_hints (0.0.6)
......
//= require activestorage
//= require actiontext
//= require jquery3
//= require jquery_ujs
//= require notyf/notyf.min
......
......@@ -48,8 +48,8 @@ module Osuny
authentication: :plain
}
config.action_view.sanitized_allowed_tags = ['strong', 'em', 'b', 'i', 'u', 'p', 'code', 'pre', 'tt', 'samp', 'kbd', 'var', 'sub', 'sup', 'dfn', 'cite', 'big', 'small', 'address', 'hr', 'br', 'div', 'span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'li', 'dl', 'dt', 'dd', 'abbr', 'acronym', 'a', 'img', 'blockquote', 'del', 'ins']
config.action_view.sanitized_allowed_attributes = ['href', 'src', 'srcset', 'width', 'height', 'alt', 'cite', 'datetime', 'title', 'class', 'name', 'xml:lang', 'abbr', 'style', 'target']
config.action_view.sanitized_allowed_tags = ['strong', 'em', 'b', 'i', 'u', 'p', 'code', 'pre', 'tt', 'samp', 'kbd', 'var', 'sub', 'sup', 'dfn', 'cite', 'big', 'small', 'address', 'hr', 'br', 'div', 'span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'li', 'dl', 'dt', 'dd', 'abbr', 'acronym', 'a', 'img', 'blockquote', 'del', 'ins', 'picture']
config.action_view.sanitized_allowed_attributes = ['href', 'src', 'srcset', 'width', 'height', 'alt', 'cite', 'datetime', 'title', 'class', 'name', 'xml:lang', 'abbr', 'style', 'target', 'sizes', 'loading', 'decoding']
config.allowed_special_chars = '#?!,@$%^&*+£µ-'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment