diff options
author | Arthur Nogueira Neves <arthurnn@gmail.com> | 2014-12-19 18:21:43 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-12-19 18:22:46 -0500 |
commit | e4f015e4e88ff43e8663031db0f37c712339515c (patch) | |
tree | 19cd6ef523de75a357e736aee0a0f5d0478862b5 /actionpack/lib | |
parent | 2d04bdd86fb4a9c69e1ca1ffe92188a9ca4f88c8 (diff) | |
download | rails-e4f015e4e88ff43e8663031db0f37c712339515c.tar.gz rails-e4f015e4e88ff43e8663031db0f37c712339515c.tar.bz2 rails-e4f015e4e88ff43e8663031db0f37c712339515c.zip |
Merge pull request #18102 from arthurnn/nodoc_constant
Add nodoc to some constants [skip ci]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/metal/request_forgery_protection.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/metal/request_forgery_protection.rb b/actionpack/lib/action_controller/metal/request_forgery_protection.rb index fd20682f8f..d1fab27e17 100644 --- a/actionpack/lib/action_controller/metal/request_forgery_protection.rb +++ b/actionpack/lib/action_controller/metal/request_forgery_protection.rb @@ -209,6 +209,7 @@ module ActionController #:nodoc: forgery_protection_strategy.new(self).handle_unverified_request end + #:nodoc: CROSS_ORIGIN_JAVASCRIPT_WARNING = "Security warning: an embedded " \ "<script> tag on another site requested protected JavaScript. " \ "If you know what you're doing, go ahead and disable forgery " \ |