diff options
author | Xavier Noria <fxn@hashref.com> | 2012-07-08 12:39:15 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-07-08 12:39:15 -0700 |
commit | 3dc54d7e906ba356ece3956e168db3db80664877 (patch) | |
tree | 7cb3b54fae2986fb2f574b82f990fae4a832c574 /guides/source/security.textile | |
parent | bbc08c759c13d654621c1eb0659f3bdd6a66dfd5 (diff) | |
parent | 359af59cb3ab8c29ec2c17447fa2b7fd9aee8915 (diff) | |
download | rails-3dc54d7e906ba356ece3956e168db3db80664877.tar.gz rails-3dc54d7e906ba356ece3956e168db3db80664877.tar.bz2 rails-3dc54d7e906ba356ece3956e168db3db80664877.zip |
Merge pull request #7004 from philiqq/master
[Guide] Fix broken links
Diffstat (limited to 'guides/source/security.textile')
-rw-r--r-- | guides/source/security.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/security.textile b/guides/source/security.textile index 626d6fa508..8879122b66 100644 --- a/guides/source/security.textile +++ b/guides/source/security.textile @@ -851,7 +851,7 @@ Network traffic is mostly based on the limited Western alphabet, so new characte &#108;&#101;&#114;&#116;&#40;&#39;&#88;&#83;&#83;&#39;&#41;> </html> -This example pops up a message box. It will be recognized by the above sanitize() filter, though. A great tool to obfuscate and encode strings, and thus “get to know your enemy”, is the "Hackvertor":http://www.businessinfo.co.uk/labs/hackvertor/hackvertor.php. Rails' sanitize() method does a good job to fend off encoding attacks. +This example pops up a message box. It will be recognized by the above sanitize() filter, though. A great tool to obfuscate and encode strings, and thus “get to know your enemy”, is the "Hackvertor":https://hackvertor.co.uk/public. Rails' sanitize() method does a good job to fend off encoding attacks. h5. Examples from the Underground |