Skip to content

Commit 8dd52a1

Browse files
committed
Blacklist "original_script_name" get param
1 parent 04d86ed commit 8dd52a1

File tree

1 file changed

+1
-1
lines changed
  • kaminari-core/lib/kaminari/helpers

1 file changed

+1
-1
lines changed

Diff for: kaminari-core/lib/kaminari/helpers/tags.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Kaminari
44
module Helpers
5-
PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name].freeze
5+
PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name, :original_script_name].freeze
66

77
# A tag stands for an HTML tag inside the paginator.
88
# Basically, a tag has its own partial template file, so every tag can be

0 commit comments

Comments
 (0)