Ignore:
Timestamp:
02/12/16 15:45:59 (9 years ago)
Author:
Kris Deugau
Message:

/trunk/uribl

Commit accumulated tweaks and fixes from production:

  • add "use Encode;" and set the HTTP charset header to deal with non-ASCII more sanely
  • reorder mangling of request-URI components a little so we can symlink index.cgi -> uridb.cgi
  • collapse results from extract-data showing a hit on some other DNSBL into a single field rather than just treating it as "another domain" that needs to be hand-reflagged as "don't list"
  • use POST for form submissions; mainly to clean up the working URL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/uribl/templates/index.tmpl

    r27 r62  
    66<TMPL_VAR NAME=pgcomment>
    77<!-- <TMPL_VAR NAME=uridbsiteroot> -->
    8 <form action="<TMPL_VAR NAME=cgiself>">
     8<form action="<TMPL_VAR NAME=cgiself>" method="POST">
    99<input type=hidden name=page value=report>
    1010<table>
Note: See TracChangeset for help on using the changeset viewer.