White List URL Browser Selector?
malcomvetter asks: "OK, so I'm stuck working in a Microsoft environment. My preference is Firefox for the external 'untrusted' web content out there and our internal 'trusted' web apps require IE, but rather than pick one browser over the other as 'default' I came up with this idea: I want a tool that gets installed as my default browser in Windows, and all URL strings that Windows passes to it can then be simply regex'ed for domain and then routed (re-passed) appropriately. Hence, having the ability to allow admins to maintain a white-list of 'trusted' IE sites (or [insert browser here] sites) and those URLs are passed to IE, all others defaulting to (in my preference) Firefox. And when I thought about it, I was surprised that I hadn't heard of an existing tool to do that. I have used the Firfox extension for 'open in IE', but I'd like a tool that I can configure and forget about. Has anyone seen such an app? Would it be an extremely hard thing to build?"
As a developer who has been forced to use IE in applications in the past, I can say that the Microsoft "Web Browser Control" is basically the IE rendering engine encapsulated in an OCX. Its extremely simple to include this rendering engine in any windows application. I'd imagine it would be trivial to write a firefox extension* that parses the URL and loads an IE control in a new "empty" frame if the URL is on the white list, then passes the URL to the control to be handled.
We might be able to use one of the tabs modification extensions that already exists as a starting point for usurping default firefox tab behavior, and I'd be interested in helping with a project of this nature.
*I have no experience writing firefox plugins, but the variety that are available show that the architecture is fairly extensible.
A much simpler, but much less integrated approach would be to use a "URL Launcher." Basically, a program that determines if the domain from the URL entered is "IE-only" or not and fires the appropriate browser accordingly. This would be a 5-10 minute project for a good developer, but would be effective.
Josh.
How many roads must a man walk down? 42.
Perhaps this is something that new Netscape browser that mashes IE and Firefox together could offer.
If you're typing it into an address bar, then that address bar needs to be located someplace.
:\
If you're talking about seamlessly browing from Site X (external) to Site Y (internal), then I suppose an XPI (possibly an edit to 'open in IE'?) that would detect the regex and spawn IE.
So far as the other way around....I don't see a good reason you'd be typing a URI into IE. So far as clicking links and having them spawn in Firefox, I don't really see a workable solution.
What part of the internal site 'demands' IE? I would hope not just the UserAgent string? ActiveX control? Have you tried the ActiveX XPI for Firefox?
Karma: Chameleon (mostly due to the fact that you come and go).
It's still in beta at the moment, but I expect a final version to be out in the not too distant future.
Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
Why not simply use a Squid filter to sanitise any HTML the web for any browser using the IE user agent string. Shouldn't be too difficult to remove any ActiveX controls using regex expressions.
It is based on Mozilla Firefox 1.0, and can switch between Gecko and IE for rendering the content. See this story for more details: New Netscape Browser Prototype Available.
Sincerely,
Pan Tarhei Hosé, PhD.
"Homo sum et cogito ergo odi profanum vulgus et libido."
But this is the dumbest idea I've heard in a while. Where are you typing in the address? Start->run?
There's a simple "open in IE" extenstion for firefox, just install that.
Get the source for the View in IE extension for Firefox/Mozilla. Add to that a list and then when you go to a page on that list it automatically launches it in IE. That would certainly not be hard to build.
For some reason at time of posting, the whole mozdev.org site seems to be down, but otherwise I would have gotten the link to the View in IE extension.
Get to work on that and let me know when you finish. I just filed for the patent. ;-)
It's not exactly the same thing but, I use 'User Agent Switcher'. I'm under the same requirements for both internal and external web sites, it has yet to fail me. User Agent Switcher
If you are going to an internal or IE only site, click your ie link, otherwise hit your intarwebnet link and hey ho up comes firefox...
/. EVAR!! :-)
do you need an application do help wipe your ass as well? This is the lamest ask
0xDECAFFBAD
0xCOFFEEACE
thanks
PS: did anyone spot the seinfeld reference ('right regular, left decaff') and which episode is it in? c'mon it is eeeasy!
#hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
Since it works just like a DNSBL, you would need your plugin that grabs the URL, does a quick SURBL lookup and open a standard error page if it gets a 127.0.0.x response to the lookup. The option to continue anyway needs to be something that a network administrator can override, naturally. Best of all (and I can't believe I'm typing this), owing to the high level of integration of IE into Windows it might actually stop people from opening HTML spams in Outlook, inadvertantly or otherwise, as well.
Thinking about it, why stop at IE? Anyone care to write a Mozilla Extension?
UNIX? They're not even circumcised! Savages!
Along the lines of what others are saying -- where are you typing these URLs?
Two obvious solutions come to mind - use different bookmarks in each browser (esp. those links in the toolbar for sites you visit all day), and pop up a FF window and an IE window when you get started in the morning.
OR -- you can use shortcuts on your desktop or the quick launch bar for the really popular ones. These could also be in your path if you have a lot, and want to type something into Start->Run.
These can be normal link shortcuts for FF (assuming that's your default browser), or put in the command line to launch IE for the ones that need to pop in IE.
Does that cover it? If you're thinking about clicking links in email, IM, that sort of thing, you'd need what you're asking for (though frankly, there's a lot of software out there that just calls IE directly and ignores your default browser...). It's a damned simple thing (you could impl it with a batch file, I think), but I'm not sure how to change what program opens URLs.
How about hijacking the http calls by [insert browser] and then if browser source != whitelisted browser for this URL, send back html "This URL will be entered in [browser name] momentarily" and pass the URL to the correct browser ....
That way it's not tied to the initial call but could happen during the entire http session.
people had chosen plan9
Realising that mime types were *not* the answer esp. based on the file extension, the plumber does exactly what you ask but for *all* applications
It regex matches the text sent to it and acts accordingly.
I do almost what you ask but for the internal browser "mothra" and to firefox via ssh.
Mothra is getting old and can't even handle frames and tables so it is necessary to have a 4.x browser available for web access.
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
Thing is, these applications all require work. The plugin is maybe a week of somebody's time, and the framework is a major project. Who's going to invest their time in such a thing? Not Firefox enthusiasts, who donate their labor because they love the software, not because they want to make life easier for people who can't ditch Internet Explorer.
Probably you could get somebody to do it if you paid them. But if you have that kind of money lying around, you should spend it on making your company's servers less dependent on proprietary tech.
Just because something doable and useful, doesn't mean it's worth the trouble.
I am seeing alot of people saying that nothing exists and why don't you use browser/tool/etc X, instead of offering useful advice.
No, this tool would not be too hard to write. I have written a protocol handler for windows (years ago). All it takes is a registry entry to point windows to the program, and a program that processes it's command line arguments through a list of greps with actions (hard coded or stored in a config file if you like). The only difficult part is that once in the browser, you can't easily intercept the selected links and check every one.
I think a rudimentry attempt at such a program could be done in 30-40 lines of C code, or with a perl script closer to 10 lines or less. All you have to do is find out what the registry entry for the protocol handler is, and change it. I found it by digging through the registry with regedit, but I suspect that the MSDN knowlege base probably has an article on it.
There is no need to browbeat someone over such a request because it doesn't make sense to us. The true measure of a utility such as that is that someone wants to use it, and someone (probably the same person) is willing to write it -- if it doesn't already exist.
This is what we call the pragmatic approach, eh?
More Caffeine. NOW
One possibility would be to write a
For example: to see google.com with IE, just launch cmd.exe and sayTo see Google in Firefox, it's
Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
The new and upcoming version of Netscape is supposed to use both the Mozilla and Microsoft HTML rendering engines. If I'm not mistaken, I heard that there will also be a way to have pages automatically use MS's renderer based on content; it's possible to also do that based on domain.
If you can hold on a while longer, you might find it easier to use that rather than jury-rigging something up yourself.
Christopher S. 'coldacid' Charabaruk -- coldacid.net
I came across a tool that might be useful. It doesn't open a different browser, however, it lets you configure most IE security, privacy and content settings on a per-site basis. If you don't trust a site, you can enforce high privacy, security settings (including IP hiding) while clicking on the link. One other nice feature is that it lets you configure proxy servers for different domains/sites.