Skip to content

Commit

Permalink
add Mozilla Content Moderation Policy and Terms of Service (#11)
Browse files Browse the repository at this point in the history
* add Mozilla Content Moderation Policy and Terms of Service, with redirects
  • Loading branch information
rhelmer committed Mar 10, 2023
1 parent d150449 commit a3b30b6
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
get '/about/more', to: redirect('/about')

get '/privacy-policy', to: 'privacy#show', as: :privacy_policy
get '/terms', to: redirect('/privacy-policy')
get '/terms', to: redirect('/terms-of-service')

match '/', via: [:post, :put, :patch, :delete], to: 'application#raise_not_found', format: false
match '*unmatched_route', via: :all, to: 'application#raise_not_found', format: false
Expand Down
Loading

0 comments on commit a3b30b6

Please sign in to comment.