rickrolling is important

bug/bundler_fix
wchen-r7 2015-07-14 22:32:40 -05:00
parent 4f8f640189
commit b127fdc4f5
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ run_single("set MaxSessionCount 0")
# Instead of set Content, you can also do set Custom404 to redirect the client to an SE training website
# For example (why don't you try this? :-) )
# run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ")
run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ")
run_single("set HTMLContent \"Hello, this is a security test. You shouldn't have clicked on that link :-)\"")
# run_single("set HTMLContent \"Hello, this is a security test. You shouldn't have clicked on that link :-)\"")
run_single("run")
</ruby>