Allow passing cipher suite on URL instead of POST only

v1
Aeris 7 years ago
parent f3ce50d1d4
commit 0fc57058d1
  1. 1
      config/routes.rb

@ -28,6 +28,7 @@ Rails.application.routes.draw do
get 'ciphers' => 'site#ciphers'
get 'suite' => 'site#suite_index'
get 'suite/:id' => 'site#suite'
post 'suite' => 'site#suite'
root 'site#index'
post '/' => 'site#check'

Loading…
Cancel
Save