Skip to content

dyson/angularjs_json_middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularjs_json_middleware: Rack middleware for AngularJS JSON vulnerability protection.

Prepend AngularJS JSON vulnerability protection string ")]}',\n" to all JSON responses. See https://docs.angularjs.org/api/ng/service/$http.


Requirements

Rack

Installation

Gemfile

Add to your Gemfile:

gem 'angularjs_json_middleware'

Or lock it to the current backwards compatible version:

gem 'angularjs_json_middleware', '~> 0.0.1'
Config

Add the middleware to the stack.

For general use add it to your config.ru.

use AngularjsJsonMiddleware

For rails add it to config/application.rb.

class Application < Rails::Application
  ...
  config.middleware.use AngularjsJsonMiddleware
  ...
end

License

The MIT License (MIT)

About

Rack middleware for AngularJS JSON vulnerability protection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages