aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/security.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-07-08 12:39:15 -0700
committerXavier Noria <fxn@hashref.com>2012-07-08 12:39:15 -0700
commit3dc54d7e906ba356ece3956e168db3db80664877 (patch)
tree7cb3b54fae2986fb2f574b82f990fae4a832c574 /guides/source/security.textile
parentbbc08c759c13d654621c1eb0659f3bdd6a66dfd5 (diff)
parent359af59cb3ab8c29ec2c17447fa2b7fd9aee8915 (diff)
downloadrails-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.textile2
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
&amp;#108;&amp;#101;&amp;#114;&amp;#116;&amp;#40;&amp;#39;&amp;#88;&amp;#83;&amp;#83;&amp;#39;&amp;#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