Skip to content
Snippets Groups Projects
Unverified Commit b128da89 authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #578 from noesya/fix/digest-class

fix digest class while as images are broken
parents 6e677fff bc93f50d
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