Chrome Will Whack Website Bait-and-Switch Tactics (cnet.com)
Starting next year, Google's Chrome browser will stamp out some shenanigans that send you to a website you didn't expect. From a report: You probably don't like it when you navigate to a particular web page and then your browser unexpectedly jumps to another page -- an action called a redirect and something the website publisher didn't even want to happen. With Chrome 64, in testing now and due to ship early next year, Chrome will block that kind of bait and switch, Google said. "We've found that this redirect often comes from third-party content embedded in the page, and the page author didn't intend the redirect to happen at all," Google product manager Ryan Schoen said in a blog post. Chrome 64 will block the redirect action and instead show an information bar telling you what happened. That's not all. Chrome 65, due a few weeks later, will squelch another unwelcome action that can happen when you click a link and the website opens in a new tab while switching the existing tab to a page you didn't request.
how about instead fix your fucking ads that are rife with this shit so it isn't necessary to have this kind of feature or better yet auto block ad providers.
I guess that means an end to URL shorteners like bitly?
Why can't we just remove the ability of JavaScript to open new windows/tabs. Is doesnt seem like this feature is use all that much except for popping up ads.
The millennial that doesn't like most of the stuff designed for millennials.
Maybe google could quit giving top rank in it's search engine to sites that do this. I don't care if someone wants to make a site like this, I care that when I search for a useful site I get one of these instead.
This is how websites know when you leave. It takes more cpu power to figure out from logs when you left, with no clue where to or via what link, than if they use an "exit server." I read Fark every day. All their links are to Fark Redirects. I am happy to let them know which links I followed to leave their site. No cpu eating javascript needed on my side; nice, clean standard html tells them what links are worthy of my attention.
Bait and switch as described in the upcoming "fix" where the new tab or window has what you want while the original goes elsewhere DOES suck, I welcome blocking it, but plain redirects are a worthwhile part of the spec. Leave it alone & fix the ads instead.
On the one hand you take life too seriously, and on the other, you do not take playful existence seriously enough. Seth
When I first saw the headline, I read 'Chrome' but thought 'Google' and my thought was "Oh great, Google is going to start penalizing sites where you do a Google search but the page does not contain the text that was shown in the Google result."
As for the issue actually being discussed, I've never even seen that happen.
Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
in the headline. Color me surprised.
What about https://pi-hole.net/ ?
I'd rather have one device block everything via host names than having to configure every single device I own, some of them without that ability (ex: iPhone).
#DeleteFacebook
The Ghostery add-on has been doing this for a long time.
In fact redirects happen most often for me in Google search results.
Click on an ad and Google re-routs the resulting links so that they get credit for their ad.
I'd guess that Chrome will NOT block that kind of bait and switch.
But Ghostery pops up a little window that says:
"Ghostery prevented a redirect from ...
www.google.com to www.googleadservices.com,
which is part of Google Adsense. "
...omphaloskepsis often...
https://www.wired.com/2016/03/ex-google-ceo-eric-schmidt-head-pentagon-innovation-board/
Short memories.
Pi-Hole = nothing more than dnsmasq w/ TONS of moving parts scripts consuming more power to power the raspberry Pi board which itself costs "$".
Hosts are EASILY MIGRATED by a central admin w/ sufficient rights via batchfiles, shellscripts etc. & NOT A SINGLE POINT OF EXPLOIT/ATTACK (which complexity tends to create).
* You can thank Tepples for this - he got me to look over Pi-Hole & afterwards it was EASY to SHOOT IT DOWN vs. hosts...
APK
P.S.=> Only "exception" you HAVE in your "loaded question" is a STUPIDLY locked down iPhone (unless you're apple dev etc. who have GodMode phones YET YOU DON'T they SSH into the put in hosts files if THEY wish (not you) & Android are easy to do via ADB 'pull' command & a rooted droid - an actual SUPERIORITY of droids imo)... apk
Firefox has done that for as long as I can remember (Options->Advanced->Warn me when pages redirect).
But then I stopped updating FF when they started fucking it up, so maybe that's gone now.
Try going to browse files of some project. 1/3 times you get directed to malicious sites.
- Posting as AC, because slashdot is also owned by same co. and they are dicks about posting the truth about their cash cows.
Chrome 65, due a few weeks later, will squelch another unwelcome action that can happen when you click a link and the website opens in a new tab while switching the existing tab to a page you didn't request.
Somebody's been viewing porn.
Nope, no sig
How well does Pi-hole work when you are browsing through a public Wi-Fi hotspot or over cellular Internet? How well would it work for someone whose home ISP blocks connections to devices on his LAN from the Internet? A local DNS blacklist doesn't require running a server
Unless one of the following is the case:
A. The model of Android device that you own has no root exploit.
B. You depend on applications that incidentally detect whether a particular Android device is rooted and refuse to run if it is, "for your security."
C. It's a bring-your-own-device (BYOD) situation, where the network administrator lacks "sufficient rights" over visitors' devices.
D. An adtech server rotates among millions of wildcard subdomains. (Unlike DGAs used by malware, wildcard subdomains incur no extra cost to register a domain.)
There are adblockers for iOS that don't need jailbreaking, just as there are adblockers for Android that don't need root. They work by setting up an on-device VPN and routing all traffic through that.
...or at least there were at one time. I had one on my wife's iPad 2. A quick search just now for them, though, indicates that Apple is weeding them out of the App Store in favor of something called a "Safari Content Blocker," which isn't likely to be systemwide. (I've not kept up with iOS and the devices it runs on much since switching my phone over to Android. I have an iPad 3 that I keep around as a PDF reader, but it no longer receives updates.)
In any case, I'm about to take you up on that Pi-Hole idea as soon as the parts for it arrive. You can't install an adblocker on a Roku, so the block needs to go somewhere outside the device.
20 January 2017: the End of an Error.
A.) You're DUMB if you don't use a rooted "dumbphone" (shit is just TOYS man, weak toys)
B.) See A
C.) That's NOT a TRUE administrator then (hell, as an enterprise class building dev for 24++ yrs. here, I even had that (unless it was cross-platform to mainframes, then I was provided 'playgrounds' (like VM's today or DB views)).
D.) So what - as I showed you before on DGA botnets? THERE WILL BE TRACKERS OF THOSE...
APK
P.S.=> Tepples listen: IF I was the controller of the IP stack itself? I'd do a 'wildcard' @ considerably LESS expense in hosts (vs. what addon OR Pi-Hole INEFFICIENTLY uses (yes, I looked @ regex there too)) in, oh, 10 lines of code (give or take a few and/or logical shifts) e.g.:
for X:= Length(Msg) + Length(SearchStr1) - 1 downto Length(Msg) do
begin
Msg:= Copy(Msg, X, Length(Msg));
if Pos(SearchStr1, Msg) > 0 then
begin
Msg:= '';
break;
end;
if Msg = '' then exit
end;
AND
function NamePart(FileName: PWideChar): PWideChar; register;
var
E : Exception;
P : PWideChar;
begin
Screen.Cursor:=crHourGlass;
try
P:='';
try
P:= StrRScan(FileName, '\');
finally
Result:= P;
end;
except
begin
Screen.Cursor:=crDefault;
APKStdErrHandler('NamePart Function ', E.Message);
ShowMessage('Fatal Error in NamePart function: Write for help to program author @ apk4776239@hotmail.com with: Abend/Err Info = ' + E.Message);
end;
end;
end;
See subject: Tepples I don't put out THAT kind of effort for ANYONE anymore (other than myself typically, other than my hosts program (like Trump, I got sick of what I was seeing, addons 'souled-out' OR inefficiencies + illogic logic design & I'm NOT in the habit of dealing with egotistic fools (devs CAN get that way, it's an effort for ME to NOT act thus in fact, sometimes I am sure I don't, unfortunately) - I'm retired man - get it?).
Tepples for a DOMAIN WIDE admin? A migration script of hosts = CAKE (hell, that IS what scripting is - easier coding for the less skilled, period). There's no arguing that fact you tried handing me some bs of some "not admin" (what else do I call it, lol?)
APK
P.S.=> Your "gracious host" is DELETING my posts again https://tech.slashdot.org/comments.pl?sid=11332773&cid=55516581/ 1 of 4 deleted in THIS very exchange (not a 1st) & to quote Capt. Kirk from StarTrek TOS "Where no man has gone before"? "DO YOU LIKE WHAT YOU SEE? Absolute power, corrupting absolutely??" except his 'power' over me? FAR from "absolute" (nobody speaks OR acts to ME, in 'absolutes' but like YOU now? You try "edge cases" which I'll BLOW away too) - but YOU? Are an 'interesting case' - I'll give you that... apk
How about Chrome implement an absolute popup block, or at least a notification before opening one.
Even to this day, with the "block popups" option ticked, there are sites that do a trick to launch additional windows.
It seems that most scummy ad links are http. So just blocking links to ads that are not https would solve this real quick.
APK
Fuck off, APK.
Sincerely, almost everyone.
Can't we add this APK guy to our hosts file or something?
I am not really here right now.
...what is a desired redirect and what not? Redirects are a common practice and ideally inform the user that they will be redirected. Often times this is not done, for example, when using an identity provider. The users hits the targeted page, lacks authentication, gets redirected to the identity provider, once authenticated a redirect is made to the originally requested site with authentication and claims stuffed inside a cookie. For the user this looks like a seamless transition although two redirects are involved.
So 1990's of them!
A few months ago, Slashdot had ads that were intermittently doing this. Web site operators need to ditch ad companies that do this stuff.
How about a Chome plug-in that detects sites that do this, and begins an automatic DDOS against the site? Everyone installing the plug-in would become a participant.
See subject & APK Hosts File Engine 9.0++ SR-7 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/
Ads/script/malware rob speed/security/privacy/bandwidth.
Hosts add speed (via hardcodes/adblocks), security (vs. bad sites/malware/poisoned dns), reliability (vs. dns down), & anonymity (vs. dns requestlogs/trackers).
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus + less security bugs/complexity & faster vs. addons/routers/remote dns!
Avoids DNSChangers in routers/IP settings & dns redirect (99.999% of ISP DNS != patched vs. it) + DNS tracking & lighten DNS load & resolve faster from local RAM!
* Via what u NATIVELY have in a FASTER kernelmode IP stack!
APK
P.S. - Safe https://www.virustotal.com/en/file/e01211ca36aa02e923f20adee0a3c4f5d5187dc65bdf1c997b3da3c2b0745425/analysis/1433430542/ (self checking code vs. infection built-in)
See https://tech.slashdot.org/comments.pl?sid=11332773&cid=55515809/ by sit1963nz https://tech.slashdot.org/comments.pl?sid=11332773&cid=55519985/ & the latter by "yours truly"...
* Funny mod eh? It's not so funny when I list all browser addon shortcomings vs. hosts WHERE NOBODY VALIDLY TECHNICALLY PROVES ME WRONG getting the better of me, eh?
(Now THAT? Is funny... ESPECIALLY CONSIDERING YOU DELETED THIS VERY POST WhipSlash, yet again last time I posted this here https://tech.slashdot.org/comments.pl?sid=11332773&cid=55515877/ + downmodded it on repost https://tech.slashdot.org/comments.pl?sid=11332773&cid=55516581/ - DID YOU THINK I'd ALLOW THAT boy? Hell no - but I WILL point it out!)
APK
P.S.=> You trolls are hilarious - tactics STRAIGHT outta the "Saul Alinsky RULES FOR RADICALS" attempting to use mockery on me - too bad I always get the LAST laugh though, lol... apk
Hosts protect when addons can't (or as well):
Bad sites (past ads)
Botnet C&Cs
DNS down/poisoned
Trackers (dns logs/ads/transparent ISP proxy)
Dns blocks
Spam/phish payload
Slowdown 2 ways: adblocks & hardcodes
Hosts = Ez edit.
AB+ 151mb https://www.google.com/search?q=Adblock+memory+consumption&btnG=Search&hl=en&gbv=1/
UBlock 64MB https://www.google.com/search?q=UBlock+memory+consumption&btnG=Search&hl=en&gbv=1/
Hosts~6mb
Addons = ClarityRay defeatable & crippled http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
NoScript tag parses. Hosts block script prior to it!
No 1 addon does as much.
Stacked addons slowup.
ADDONS = EXPLOITABLE https://news.slashdot.org/comments.pl?sid=11166303&cid=55266729/
APK
P.S.=> APK Hosts File Engine https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/