Re: view src
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 19, 2011 at 08:47:28PM +0000, corvid wrote:
> Jeremy wrote:
> > corvid wrote:
> >
> > > I viewed source, edited the page, reloaded, and view source keeps
> > > showing me the old source.
> > >
> > > I thought this used to work.
> >
> > It may have worked once but my impression is that it has been like
> > this for quite a while. I have certainly had a note about it in my
> > TO-DO list for a long time.
>
> It mustn't have ever worked, since a_Capi_open_url() says
>
> } else if (Capi_url_uses_dpi(web->url, &server)) {
> /* dpi request */
> if ((safe = a_Capi_dpi_verify_request(web->bw, web->url))) {
> if (dStrcasecmp(scheme, "dpi") == 0) {
> if (strcmp(server, "vsource") == 0) {
> /* don't reload the "view source" page */
> } else {
>
> for some reason.
A quick trick to avoid viewing source of the "view source" page.
A proper solution would be appreciatted.
--
Cheers
Jorge.-