You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run bundle exec rake temp:identify_broken_binary_censor_rules to generate
a list of requests which should be manually checked to ensure censor rules are
applied correctly.
The Google Analytics code has been extracted into views/application/_ga_code.html.erb, and to avoid the GDPR requirement to
show cookie opt-in notices, now sets cookie-less tracking. Additionally, we
are instructing Google to anonymise visitors IP address using the anonymizeIp option. This means that visitors are no longer individually
profiled. If you wish to continue individually targeting users, you'll need
to override app/views/application/_ga_code.html.erb in your theme and set
appropriate options.
There are some database structure updates so remember to run bundle exec rails db:migrate