Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Internet Explorer The Internet

Disabling IE Scripting in a Useful Manner? 31

hwyguy2 asks: "Do any Slashdot readers have any insight or pointers on how companies deal with ActiveX in the IE browser? At the company I'm with, they have taken a conservative approach, and have the browser configured to only allow ActiveX to internal corporate servers and disallow it anywhere else. Of course, locking that down also locks things like javascript, which the company choses to prompt. This creates many practical problems and user frustrations. It also makes it a pain for programs that use ActiveX innocously (such as HoTMetal, which seems to like to use an Active X control to get an open file dialog box). Given the number of sites out there that now only work with IE (boo!), this tight configuration is getting harder and harder to support. Are there any good ways to address the ActiveX concerns (maybe filtering servers to block ActiveX or other mobile code concerns)?"
This discussion has been archived. No new comments can be posted.

Disabling IE Scripting in a Useful Manner?

Comments Filter:
  • Need more info (Score:3, Interesting)

    by Jerf ( 17166 ) on Thursday August 29, 2002 @03:48PM (#4165709) Journal
    We'd really need more info to answer this.

    Are there any ActiveX controls you actually need, or are you just covering your bases by allowing ActiveX inside the company?

    What do you need that Mozilla doesn't do?

    Why not use Netscape 7 for external access, possibly with the pop-up blocking enabled, and IE for internal use only? Given the continuous security problems found in IE anyhow, using IE on the external internet is a liability anyhow.
  • Pick One (Score:4, Insightful)

    by baldass_newbie ( 136609 ) on Thursday August 29, 2002 @03:56PM (#4165773) Homepage Journal
    Security
    Functionality

    Guess which side of the fence ActiveX is on.
    There isn't an easy answer that isn't going to be flippant.
    • IE is ActiveX. Look at the size of IEXPLORE.EXE. Do you think Microsoft managed to fit an entire modern web browser into a few hundred K? IEXPLORE is an ActiveX control that does little more than call other ActiveX controls, for displaying HTML, running J(ava)script, etc. If you're wondering why its so hard to lock down ActiveX entirely, its because that's all IE is.
  • Proxomitron (Score:5, Informative)

    by jafuser ( 112236 ) on Thursday August 29, 2002 @04:07PM (#4165878)
    If you have the ability to install software on your computer, intall Proxomitron. It will let you filter out the activex stuff, so at least you won't get the annoying "This page may not be displayed correctly" prompt every time you get to an activex page that won't work due to your firewall.

    BTW, Proxomitron basically lets you apply regex-like filtering and search/replace to your incoming HTML, so it's useful for a *lot* of stuff.

    Google Search for Proxomitron [google.com]

    • Yeah, what he said.

      Seriously, Proxomitron's the way to go. You could even filter on the name of activeX objects.

      Install Proxomitron on your company's servers, or on individual PCs.

    • Remember that there is often more than one way to do things. When you use Proxomitron to filter, be sure that you aren't giving away the information you are trying to keep private through another route, such as Javascript, for example. Make sure that your Proxomitron filters are thorough.

      I like Proxomitron, but I would feel much better if it were open source. There is a big, big need for an open source program like Proxomitron.

    • Someone has provided links to other software that (apparently) does what Proxomitron does. However, it is closed source also; so you have no way of assuring yourself that you are truly secure.

      If you have to choose between closed source programs, let me say that my experience with Proxomitron has been excellent. Proxomitron's author is a truly smart guy. Don't be put off by the weird colors and Proxomitron's reporting your browser as "Space Bison"; you can change those things during configuration.
  • by mellon ( 7048 ) on Thursday August 29, 2002 @04:28PM (#4166019) Homepage
    Try Mozilla again. I've removed Internet Explorer from my system, and I have no regrets. I still run into the occasional incompatibility, but no showstoppers. The one inconvenience is that some advertising pops up in the wrong place. Personally, I'm willing to live with it, but of course your milage may vary... :'}
  • Its just easier and you can give your users a blanet this is always true policy. If you have internal web sites that use activeX controls, tell them to get off theier ass and become real programmers and do everything server side, instead of client side!
    • Just so you know, some things should be done client side. Some things like OpenGL presentations, video conferencing apps, any kind of dynamically updated / interactive graphical interface. Even the sorting / limiting of a large dataset. These are all better to be done on the client. Why don't you become a real programmer and learn what the client / server architecture is all about?
  • Isn't a more correct answer to keep the restrictions? Perhaps what you really need is an internal support site that outlines the causes of problems with web browsing. Mention that ActiveX is not really standard, and that it's filtered because it's a security exposure. Add the fact that they can usually give feedback to webmaster@wherever, especially for the needless and trivial uses of ActiveX and other non-portable features.

    Of course this depends on your feelings about the continuing degeneration of the Web into a captive Microsoft experience. You question was about "safely" accomodating this trend inside your company.
  • Cyberguard firewall (Score:2, Informative)

    by RupertJ ( 520598 )

    Cyberguard firewall products allow you to strip ActiveX/Java/JavaScipt/VBScript etc. Find them HERE [cyberguard.com]

    WEBSweeper proxy is also a good product, find that HERE [clearswift.com]

  • Trusted domains (Score:2, Informative)

    by cpex ( 601202 )
    Not that I like IE but trusted domains works pretty well. I assume that your employee's access the same few sites for work related purpose. My employer is a financial consultant so we have a several provider's web sites that we use to get client account information. I simply tell the browsers to trust thoses domain and be really strict everywhere else. If a user complains about 'why cant I see the trailer for the new movie', well the answer is you dont need to.

  • ...usually just wait for Code Red or Nimda to take care of IE scripting for us... that gives us all the ActiveX we need!

    - A.P.
  • by kawika ( 87069 ) on Thursday August 29, 2002 @05:25PM (#4166471)
    You can control the places where IE looks for ActiveX controls. The magic registry key is

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Int ernet Settings\CodeBaseSearchPath

    By default you will see CODEBASE in the registry value. That means if there is a CODEBASE parameter in the OBJECT tag on the web page, IE will use it if the correct control version is not installed. However, you can also remove CODEBASE from the string and set this path to a location on your own network, where you place only the small set of trusted ActiveX controls you want your company to use. No other controls will be loaded.

  • RTFM (Score:3, Informative)

    by Hard_Code ( 49548 ) on Thursday August 29, 2002 @06:09PM (#4166725)
    ActiveX and JavaScript are seperate options in my IE:

    Tools...->Internet Options->Security->Custom Level...

    * Download signed ActiveX controls
    Disable Enable Prompt
    * Download unsigned ActiveX controls
    Disable Enable Prompt
    * Initialize and script ActiveX controls not marked as safe
    Disable Enable Prompt
    * Run ActiveX cotnrols and plug-ins
    Administrator approved Disable Enable Prompt
    * Script ActiveX controls marked as safe for scripting
    Disable Enable Prompt

    * Active Scripting (i.e. Javascript)
    Disable Enable Prompt
    * Allow paste operations via script
    Disable Enable Prompt
    * Scripting of Java applets
    Disable Enable Prompt
  • With a Sonicwall [sonicwall.com] PRO series firewall, it is possible to specify a list of "trusted domains" to allow ActiveX to.

"If it ain't broke, don't fix it." - Bert Lantz

Working...