CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 18:12:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100504040826
location: https://web.archive.org/web/20100504040826/https://github.com/augustl/rails_honeypot
server-timing: captures_list;dur=0.782775, exclusion.robots;dur=0.028141, exclusion.robots.policy;dur=0.013456, esindex;dur=0.014680, cdx.remote;dur=20.977398, LoadShardBlock;dur=396.148048, PetaboxLoader3.datanode;dur=92.906738, PetaboxLoader3.resolve;dur=163.501309
x-app-server: wwwb-app223
x-ts: 302
x-tr: 486
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 18:12:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 04 May 2010 04:08:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7dd33439cab4932a2dc6eaf5e0829974"
x-archive-orig-x-runtime: 107ms
x-archive-orig-content-length: 17321
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 04 May 2010 04:08:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 04 May 2010 04:08:26 GMT", ; rel="memento"; datetime="Tue, 04 May 2010 04:08:26 GMT", ; rel="last memento"; datetime="Tue, 04 May 2010 04:08:26 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100504013448_crawl103-c/52_15_20100504040714_crawl101.arc.gz
server-timing: captures_list;dur=0.805704, exclusion.robots;dur=0.059374, exclusion.robots.policy;dur=0.014471, esindex;dur=0.015590, cdx.remote;dur=111.835528, LoadShardBlock;dur=632.825596, PetaboxLoader3.datanode;dur=283.235166, PetaboxLoader3.resolve;dur=839.633336, load_resource;dur=507.236524
x-app-server: wwwb-app223
x-ts: 200
x-tr: 1335
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
augustl's rails_honeypot at master - GitHub
augustl / rails_honeypot
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README
--~~ Honeypot for Rails ~~-- Honeypot is spam protection. Your from has an e-mail field. It is hidden with CSS. Only spam-bots are inhuman enough to fill out that field. If it has data in it, the request is terminated. Yay, easy spam protection! --~~ Installing ~~-- 1. ./script/plugin install git://github.com/augustl/rails_honeypot.git 2. Add <%= f.honeypot %> to your `form_for`-forms. 3. Add ".attack_of_the_titans { display:none }" to your CSS. You can configure the name of the hidden form field in an initializer: Honeypot.form_field = :email Written by August Lilleaas.