Merge pull request #1 from coreyward/patch-1

Spelling: volnurable -> vulnerable
This commit is contained in:
Konstantin Haase 2011-06-30 09:53:15 -07:00
commit f7f39fde07
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Rack
# Supported browsers:: all
# More infos:: http://flask.pocoo.org/docs/security/#json-security
#
# JSON GET APIs are volnurable to being embedded as JavaScript while the
# JSON GET APIs are vulnerable to being embedded as JavaScript while the
# Array prototype has been patched to track data. Checks the referrer
# even on GET requests if the content type is JSON.
class JsonCsrf < Base