ad05e48863
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
6 lines
127 B
Ruby
6 lines
127 B
Ruby
#
|
|
# Asset proxy settings
|
|
#
|
|
ActiveSupport.on_load(:active_record) do
|
|
Banzai::Filter::AssetProxyFilter.initialize_settings
|
|
end
|