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

fix digest class while as images are broken

parent 6e677fff
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ module Osuny
# Need for +repage, because of https://github.com/rails/rails/commit/b2ab8dd3a4a184f3115e72b55c237c7b66405bd9
config.active_storage.supported_image_processing_methods = ["+"]
config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA1
config.action_view.sanitized_allowed_tags = [
"a", "abbr", "acronym", "address", "b", "big", "blockquote", "br",
"cite", "code", "dd", "del", "dfn", "div", "dl", "dt", "em",
......
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