spec/dummy/config/initializers/dragonfly.rb in locomotive_cms-2.5.5 vs spec/dummy/config/initializers/dragonfly.rb in locomotive_cms-2.5.6.rc1

- old
+ new

@@ -4,10 +4,10 @@ Dragonfly.app.configure do plugin :imagemagick, convert_command: `which convert`.strip.presence || '/usr/local/bin/convert', identify_command: `which identify`.strip.presence || '/usr/local/bin/identify' - protect_from_dos_attacks true + verify_urls true secret 'a7d8613dc92256d0c0a3665a05d8af1b5efa5f66394ffca74da74eb41cc590e4' url_format '/images/dynamic/:job/:basename.:ext' \ No newline at end of file