Commit c3467d3228ddec829db1c6a62a965fc94ef5791d

Authored by Leandro Santos
2 parents 8a1f6b80 158f9aff

Merge branch 'security-search' into stable

app/controllers/public/content_viewer_controller.rb
... ... @@ -6,6 +6,10 @@ class ContentViewerController < ApplicationController
6 6  
7 7 helper ProfileHelper
8 8 helper TagsHelper
  9 + include SanitizeParams
  10 +
  11 +
  12 + before_filter :sanitize_params
9 13  
10 14 def view_page
11 15 path = get_path(params[:page], params[:format])
... ...