mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
8 lines
111 B
Ruby
8 lines
111 B
Ruby
require 'rack/protection'
|
|
|
|
module Rack
|
|
module Protection
|
|
class SessionHijacking < Base
|
|
end
|
|
end
|
|
end
|