Henrik Nordstrom wrote:
tis 2007-04-10 klockan 17:28 -0400 skrev Jason Taylor:
Is it possible to have the URL-filter deny action not be to just serve
an "access denied" page, but to rather
serve up a "page is against policy, click here to access anyway" page?
See deny_info
Refards
Henrik
Hi Henrik,
What I would like from my custom error pages is to give the user the
option of acknowledging the fact that the page is against policy but to
still access the page.
In the simplest case, think of displaying the error message and also
including the intended page in an <iframe>.
Something like this:
<STRONG>
Access Denied: <font color=#ff0000>ERR_ACCESS_DENIED-jason</font>.
</STRONG>
<P>
The page you requested is against our Internet access-control
policies.
This event has been logged. It is not the intention of the IT
department
to prevent our users' access to the Internet so the page you requested
is displayed below. To not have this error message appear in the
future,
please contact the IT department.
<iframe src="%U" width="100%"></iframe>