Firefox Will Try To Show You Saved Archive Of a Page Instead Of 404 Error (ndtv.com) 119
Firefox has announced a new add-on dubbed No More 404s in its Test Pilot platform which aims to change the way we see 404 links on the web. The add-on, Firefox says, replaces the Error 404 from missing webpages, and replaces them with saved archives from the Wayback Machine. From a report on Gadgets 360: Normally, when presented with a missing link, the browser shows the 404 error. However, Mozilla's No More 404s add-on will give Firefox users the choice to see old Internet snapshots saved in the Internet Archive's Wayback Machine. This is especially handy for users trying to do research or just digging up some old graves out of curiosity. For now, this add-on is only available in Firefox's experimental Test Pilot platform, with no details on availability for regular Firefox users. Interested users can install the test version here. Apart from this, the Test Pilot platform also introduced improved search results through the Awesome Bar, redesigned the Tabs bar to the side, and even tweaked the history feed.
Re: Exploits (Score:1)
What about subtraction?
Re:Melania's website (Score:5, Funny)
Yes, it'll be a copy of michelle obama's website.
Re: (Score:2)
Yes, it'll be a copy of michelle obama's website.
Melanoma Trump didn't copy Michelle's speech, she um, "creatively re-purposed" her work by quoting it verbatim!
Like when I duplicate a $100 bill and spend it at the store, it's like an art project, I'm not copying it!
Re: (Score:2)
That's not a confidence scheme, Officer, it's performance art!
Re: (Score:2)
That's not a confidence scheme, Officer, it's performance art!
That's what I told the judge, and he sentenced me to conduct a 3-to-5 year "performance art" piece in prison with time off for "creative ability" or something.
Re: (Score:1)
That's not a confidence scheme, Officer, it's performance art!
That's what I told the judge, and he commissioned a 3-to-5 year "performance art" piece complete with living accommodations, meals and housekeeping
Got to keep in character.
Re: (Score:2)
It's not a confidence scheme, Officer, it's a self esteem building scheme!
Addons don't exist I guess. (Score:5, Insightful)
Re: (Score:1)
It sounds kinda neat, if they'd keep it as an addon.
They could have an entire list of mozilla-developed-and-supported addons! They could get the spotlight/be highlighted/get preference when searching for new addons. They could even be default-installed if they really wanted to.
But no. They'll end up adding it as an integral part, because they want to feel like their hard work is being used. It would crush their sould if they made an addon and it's only installed by 3 people.
Re:Addons don't exist I guess. (Score:5, Informative)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I fail to see how a browser with hundreds of millions of users could not be relevant, but ok.
Re: (Score:2)
Sandboxing.
Firefox doesn't support sandboxing yet, therefore sandboxing is the security feature that every browser needs to have (for anybody who wants to complain about Firefox).
Re: (Score:2)
This has already been a fixed issue for probably over a decade with addons for Firefox.
Fixed issue? What issue? If a page isn't there, it isn't there.
There's no issue. If a page can't be found, the browser should tell the user. If the user wants to install an add-on to avoid this for some reason, that's their choice, but it shouldn't be default behaviour.
Re: (Score:1)
Re: (Score:2)
Fixed issue? What issue? If a page isn't there, it isn't there.
There's no issue. If a page can't be found, the browser should tell the user. If the user wants to install an add-on to avoid this for some reason, that's their choice, but it shouldn't be default behaviour.
Except sometimes, a page isn't there, but it is, because someone has made a copy of the page while it was still available. Having one-click access to this backup copy can be very handy. In case you didn't RTFA, Mozilla's No More 404s add-on will give Firefox users the choice to see old Internet snapshots saved in the Internet Archive's Wayback Machine. No, just showing an old copy of a page instead of the current one is not a good idea. Giving the user a choice of pulling up an archived copy instead of
Been using Resurrect Pages add-on for years (Score:5, Informative)
Not sure why it's never been very popular. It's one of the most useful add-ons I have. Unlike the proposed add-on in TFA which only uses the Wayback Machine, Resurrect Pages lets you pick from four possible sources (Google cache in full and text-only mode for those annoying pages which won't show the text until all the nonexistent pics finish loading first, Wayback Machine, WebCite, archive.is) for a cached version of the page. There used to be more, but I guess some of those archiving projects died.
Re: (Score:1, Troll)
Re: (Score:1)
That's really bad. Just imagine you check the conditions of a bank or some prices of a store and it turns out that the information was obsolete.
Re: (Score:2)
That's really bad. Just imagine you check the conditions of a bank or some prices of a store and it turns out that the information was obsolete.
If you make financial decisions based on old copies of a page, knowing that the current page is unavailable, you deserve whatever you get.
Wayback machine's banner (Score:2, Informative)
This is the one time - exception to the rule - where I would like a banner to be obnoxious.
I see myself being blurry eyed and getting an archived page with outdated information and thinking it's up to date - and being fatigued enough where I just ignore the Wayback Machine's banner as just another advertisement. Actually, even when I'm alert, I ignore all banners as just being some dipshit advertisement - even with adblock on, some make it through.
Re: (Score:3)
Include google cache as well (Score:4, Informative)
If you use the search box it's quite easy to get a cached page view via Google. cache: + url in the search box will redirect you to the cached version of the url, if it exists.
Example:
cache:https://news.slashdot.org/story/16/08/05/1439229/firefox-will-try-to-show-you-saved-archive-of-a-page-instead-of-404-error
Horrible Idea (Score:5, Insightful)
I think this is a horrible idea from the website perspective. What if we had to remove several pages/images from the website due to copyright issues? Or maybe the company is listing clients it doesn't represent anymore? Or other information that is no longer valid? They are assuming is a 404 is a mistake but what if it is intentional.
Re: (Score:2)
If that's the case, then you should be using something like a 301/302 to redirect to / or another sub folder. If you 404 pages, some searching and indexers will down rate you because a 404 is usually a dead end path. If you 301/302 it, then you're handling the issue and sending the client to something that's actually valid instead.
Re:Horrible Idea (Score:4, Informative)
If it has truly been deleted then a 410 Gone should be issued. However, that means you have to have a record of what was deleted that is checked to issue that instead of a 404 Not Found. That's more effort with no real gain.
Users should only get 301 Permanent Redirect or 302 Found if the resource exists elsewhere. If it doesn't then redirectng them to something other than what they were expecting, *especially* the index page of the site, is incorrect.
Re: (Score:1)
What's worse is these custom 404 pages (not that there's anything that wrong with having one instead of a YSOD) usually don't themselves issue a 404 back to the client, but a 200 OK. This doesn't help the user, useragent, REST services, search engines, etc. as they never get the correct code.
If the URL gets hosed then they are compounding the stupid by sending a 302 ( even though a 303 was meant, thanks Microsoft) back to the client to start the GET all over again when Server.Transfer should have been used.
Re: (Score:1)
Except the content has not been moved, it's been removed. There's nothing to redirect to.
404s are frequently very intentional.
Re: (Score:2)
There's absolutely something you can redirect to. You intercept the request pattern for whatever was there and rewrite it to / or /something/ or /index.whatever.
and you do this on purpose because of other places that have kept old links or were statically linked to your content and you're not able to get them to change or remove the links (even if it's a search crawler) so this way it will snag the http://www.blahblah.com/someth... [blahblah.com] that's being called and you back it up a level and drop it to that folder's
Re: (Score:1)
I'll say it.
You're an idiot, and a knee-jerk blowhard reactionist.
I'd even wager you think Trump would be a better president than Hillary, because that's how stupid you come across.
Re: (Score:2)
It's tough being 44.
Re: (Score:3)
Because of the nature of 404, the only thing that can be inferred from it is that the file is no longer there - which 99% of the time is a result of reorganization rather than deliberate removal. 410 (Gone) is the right code for a deliberate removal. You can throw a 410 via your webserver config (ie, via .htaccess or equivalent mechanisms). This response also serves as a signal to other services such as Google that they should remove access to cached versions.
Internet Archive has procedures in place for r
Re: (Score:2)
In other news... (Score:5, Insightful)
In other news, archive.org becomes inaccessible due to excessive load.
Seriously, it's slow already. Adding millions of hits on the site isn't going to help.
Re: (Score:1)
Seriously, it's slow already. Adding millions of hits on the site isn't going to help.
Millions of hits? More like dozens - we're talking about the remaining Firefox users.
Re: (Score:2, Troll)
Re: (Score:3)
Comments like this are why people feel slashdot has turned against firefox ..
No, Mozilla turned against Firefox by turning it into a Chrome-clone.
Re:In other news... (Score:5, Insightful)
Firefox is number 2 on the desktop. http://gs.statcounter.com/ [statcounter.com]
It never really was in a minority there, but its almost nonexistent in the mobile world, so its combined stats has gotten much lower due to the rise of the mobile platform.
Re: (Score:2)
Wikipedia stats are probably more representative: https://analytics.wikimedia.or... [wikimedia.org]
Firefox is a bit further down and, looking at the graphs, still decreasing. It's not as dire as GP indicates but it looks a little grim.
Re: (Score:2)
That site doesn't remove the mobile stats. If you calculate them out you get roughly the same value, and iexplore being more is probably a statistical effect. Probably it can't be said whether firefox is third or second, but it is under the top three on the desktop.
Re: (Score:2)
At least it's and add-on (Score:2)
and not a core feature of the browser...
This does not sound like something I would want. Browsers do too much caching already, imo. It makes it hard to troubleshoot issues as it is.
I am having trouble coming up with a scenario where I would want to see an old version of a page rather than the current page.
Re: (Score:2)
Let's hope this won't be default behaviour (Score:1)
For several reasons:
a) Any attempt to access a non-existing page that results in showing a page anyway, is basically fooling the user. Some (ehm.. read: many) users may even think that page still exists even though the original is gone. From a UI perspective that's just wrong even if convenient in many cases.
b) Access to old / archived versions of pages often comes in handy. And that is what the Internet Archive is for. But sometimes pages (or sites) are pulled for a reason. Sometimes good reason(s). N
As long as it's optional ... (Score:2)
Personally I think it's a terrible idea. What's shown when I enter an URL should be between whoever designed the website and me. If a site is down, or a page is missing, I want to know about it.
The last thing I need is a bunch of programmers dreaming up ways to divert me from the real website to whatever is their idea of what I should be seeing. A typical example of a group of coder
What happens with web services (Score:2)
What happens when I use a 404 status in a web service to signal that the requested resource couldn't be found - the front end handles 404 gracefully and informs the user, updates the UI, etc. Will it still return a 404 status, but inject a whole load of unexpected content?
Re: (Score:2)
What happens when I use a 404 status in a web service to signal that the requested resource couldn't be found - the front end handles 404 gracefully and informs the user, updates the UI, etc. Will it still return a 404 status, but inject a whole load of unexpected content?
If I understand the article correctly, web services will be unaffected because this will be baked into Firefox itself.
So, unless you're running your web service through an instance of Firefox, this won't make any difference.
Re: (Score:2)
Ah, that's not what I meant. Our web services are used as a back end for our website (as well as through mobile apps & windows clients). That way the majority of the website is static (and cached) and just the dynamic data is fetched (through the abomination that is javascript!). It also means that bugs (or at least some of them) can be fixed quickly with no need to update clients.
Re: (Score:2)
Ah, that's not what I meant. Our web services are used as a back end for our website (as well as through mobile apps & windows clients). That way the majority of the website is static (and cached) and just the dynamic data is fetched (through the abomination that is javascript!). It also means that bugs (or at least some of them) can be fixed quickly with no need to update clients.
If people access your web services through Firefox and there is a 404 error, then I would think that your service will probably appear broken or will malfunction for that user. You may be able to intercept the error (catch the 404 return code) and direct the user to another page.
Firefox should disable this 'feature' by default, but of course they won't.
Bad idea (Score:1)
Re: (Score:2)
Firefox: Stop breaking things ! (Score:1)
If a page doesn't exist I *WANT* a 404 error. Not some redirected crap. If I want to find a cached version of the page I'll do so myself. Google search results offer a cached version or there's always the wayback machine.
I wish all these idiots would stop their inane "helping". All their ideas are just "Clippified" crap.
uhh...this is the microsoft way right... (Score:2)
Re: (Score:2)
UGH (Score:2)
But why? (Score:2)
Maybe it's because I am a SW developer, but I want to see errors, when they occur. Otherwise, how can anybody hope to correct them?
I can see it now (Score:3)
better idea (Score:1)
Either/Or? (Score:3)
Typically one would want to know they are looking at a stale copy. I'd suggest a prompt such as:
Re: (Score:1)
That's what MSIE did. Replaced the web site's 404s with its own 'friendly error pages'. The webmasters hated it, and for good reason.
Why? (Score:3)
This seems like a terrible idea... (Score:2)
I pity the first person who buys a piece of property that had a popular establishment that's long gone except for it's archived page... who gets subjected to an endless barrage of:
Person: "Where's wacky world?
Owner: "Wacky world burned to the ground with no survivors in 2011... Sorry man"
Person: "But I was just on their website!"
Owner: "Yeah, your browser just skull fucked you."
How to kill the wayback machine (Score:2)
The first rule of Usenet applies to the Wayback machine in spades.
More attention on it especially something like this doing the lookups automatically that make it seem part of browser the more site owners feel compelled to exclude their content from the machine as a matter of course or worse lawyers for sites and third parties third parties try their hand at nonsensical legal theories.
http://www.netdisaster.com/des... [netdisaster.com]
Untangle your panties, Slashdot (Score:2)
Now, it's totally fine to complain when bloatware is added directly to the browser like Hello and Pocket (I would defend Reader though). But TFA does not indicate in any way that this will be the case.
Re: (Score:2)
Gordon Bell of DEC had a sign in his office, "Better is the enemy of Good".
Sure he did. It meant that to sell a VAX architecture, the PDP-11 architecture could not be sustained. Anyhow, despite the beauty of those machines, DEC got sucked into Compaq, and thence into HP. Crap reigns supreme.
cached pages? (Score:4, Interesting)
Re: (Score:2)
Staying on old site (Score:2)
So once you hit the archived site does the add-on change the links so that you don't stay on the archived site?
Re: (Score:1)
~!NO!~ please do not attack Wayback, Mozilla (Score:2)
"Hey I've got a great idea! If we do this little thing our product will be even better!"
They do some little thing no one asked for, to half a billion installed browsers.
That thing in no way affects their bottom line.
But somewhere else, the bottom drops out of something else and something precious is broken.
Please don't do this.
So Wayback is going to be the error page for every damned malformed or mis-typed link? That is abuse and attack.
I can see Wayback hit like a gigaton of bricks as people who have no d
Re: (Score:2)
The combination of tinfoil hat and watching me plugins overadvertises the "building a doomsday bunker in your backyard".