I can get around the partial document by just closing the window if I get
something offensive, it doesn't need to be too clever.

It would be nicer if I didn't have to configure each browser, I notice most
of the censorship software doesn't require you to.

How difficult is it to write something to act as a firewall? any decent
components you can point me to?




> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Scott-Boddendijk
> Sent: Thursday, 15 July 1999 12:04
> To: Multiple recipients of list offtopic
> Subject: Re: [DUG-OFFTOPIC]: Intercepting Web Documents..
>
>
> Act as a firewall and point the browser to your firewall port...
> all you'll be doing is
> 1. recieve REQ from client and retransmit to outside world (or
> deny if URL breaks rules)
> 2. recieve from outside world and retransmit to client (or deny
> if content breaks rules).
>
> Note that issues with partial page reception make for some ugly
> censorship...
>
> scenario - You get partway through an html (with a URL that
> doesn't break the rules)
> and have retransmitted to client.  Part way through that HTML you
> locate an offending
> word - the client has already recieved the prior part of the page
> and has begun
> downloading images from that page which may themselves contains offending
> material.  You'd have to retrieve the entire page prior to
> passing to the client and this
> can slow surfing performance considerably not to mention stretch
> some timeouts a
> little far.
>
> --
> Aaron Scott-Boddendijk
> Jump Productions
> (07) 838-3371 Voice
> (07) 838-3372 Fax
> ----- Original Message -----
> From: Darren Bilby <[EMAIL PROTECTED]>
> To: Multiple recipients of list offtopic <[EMAIL PROTECTED]>
> Sent: Thursday, 15 July 1999 11:34
> Subject: [DUG-OFFTOPIC]: Intercepting Web Documents..
>
>
> > Any thoughts before I go gung ho...
> >
> > I'm looking to develop an app that simply intercepts html
> documents as they
> > come into the machine via the web. In essence it will work like
> one of those
> > net censorship programs, if it detects a certain word or set of
> words in the
> > HTML document it displays a message and performs some actions.
> > I'm basically trying to figure out where the best place to intercept is.
> >
> > >From what I can see I could do it at a really low level and replace
> > winsock.dll and do some redirection through my own code, but
> that seems a
> > little messy. Are there any Windows API calls I could intercept or any
> > smarter ways any of you more experienced types know of or could
> recommend?
> >
> > Cheers,
> >
> > Darren
> >
> >
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Julien Thomas
> > > Sent: Thursday, 15 July 1999 10:30
> > > To: Multiple recipients of list offtopic
> > > Subject: RE: [DUG-OFFTOPIC]: Tool recommendations
> > >
> > >
> > > Check out ReportBuilder - the winner of the best product this year for
> > > Delphi Informant magazine
> > >
> > > http://www.digital-metaphors.com/
> > >
> > > > -----Original Message-----
> > > > From: Terry Johnson [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Thursday, July 15, 1999 10:15 AM
> > > > To: Multiple recipients of list offtopic
> > > > Subject: [DUG-OFFTOPIC]:  Tool recommendations
> > > >
> > > > A couple of recommendations please...
> > > >
> > > > 1) Reports - To replace Quick Report, I would like something
> > > VCL based but
> > > > just a little more robust. Can anyone point me at a good 3rd
> > > party source?
> > > >
> > > > 2) Help generators - Is there any particular advantage in
> HTML help over
> > > > Windows help? Any tools that you would recommend?
> > > >
> > > > Thanks,
> > > > Terry
> > > >
> > >
> --------------------------------------------------------------------------
> > > > -
> > > >   New Zealand Delphi Users group - Offtopic List -
> > > [EMAIL PROTECTED]
> > > >                   Website: http://www.delphi.org.nz
> > > ------------------------------------------------------------------
> > > ---------
> > >   New Zealand Delphi Users group - Offtopic List -
> [EMAIL PROTECTED]
> > >                   Website: http://www.delphi.org.nz
> > >
> >
> >
> ------------------------------------------------------------------
> ---------
> >   New Zealand Delphi Users group - Offtopic List -
> [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
>
> ------------------------------------------------------------------
> ---------
>   New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to