文件名称:god_forbid:保护您的Rails应用程序的瑰宝
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-04 08:54:17
Ruby
上帝禁止 God Forbid是一颗宝石,它通过检查请求标头并在每个请求上添加新的响应标头来保护您的Rails应用程序。 它非常易于使用,您不再需要SSL,天哪! 它如何保护您的应用程序? 非常简单! 它为每个响应添加以下标头; X-Security-Policy: God Forbid X-Start-With: Bismillahirrahmanirrahim (In the name of Allah, the beneficent the merciful) 它还检查每个请求的相同标头,如果它们不匹配,则会引发Not Secure异常。 安装 将此行添加到应用程序的Gemfile中: gem 'god_forbid' 然后执行: $ bundle 或将其自己安装为: $ gem install god_forbid 用法 将以下行添加到您的ApplicationC
【文件预览】:
god_forbid-master
----.gitignore(7B)
----.rspec(31B)
----god_forbid.gemspec(888B)
----bin()
--------setup(115B)
--------console(335B)
----.travis.yml(30B)
----CODE_OF_CONDUCT.md(1KB)
----LICENSE.txt(1KB)
----spec()
--------god_forbid_spec.rb(200B)
--------spec_helper.rb(80B)
----README.md(2KB)
----lib()
--------god_forbid.rb(557B)
--------god_forbid()
----Gemfile(95B)
----Rakefile(28B)
----Gemfile.lock(3KB)