>

instant-thinking.de

just enough to get you started and leave you confused

No more IE Hassle

| Kommentare

Internet Explorer ist böse? Jeder sollte Firefox benutzen?

Aber das in einem ganzen Netzwerk voller Leute durchzusetzen die “das blaue E” mit “dem Internet” gleichsetzen ist schwierig?

Squid Proxy Server to the Rescue:

acl msie browser MSIE
acl getmozilla dstdomain .spreadfirefox.com
acl getmozilla dstdomain .getfirefox.com
# firefox download places always have \"mozilla\" in the URL
acl getmozilla2 url_regex mozilla

# the following use IE's engine
# magic online
acl exceptions_ie dstdomain .wizards.com
# jre updates
acl exceptions_ie dstdomain .java.sun.com
acl exceptions_ie dstdomain .jdl.sun.com
# stardock central
acl exceptions_ie dstdomain .stardock.com
# city of heroes
acl exceptions_ie dstdomain .coh.com
acl exceptions_ie dstdomain .cityofheroes.com
acl windowsupdate dstdomain .windowsupdate.microsoft.com

deny_info ERR_BAD_BROWSER msie

http_access allow msie windowsupdate
http_access allow msie getmozilla
http_access allow msie getmozilla2
http_access allow msie exceptions_ie
http_access deny msie

Damit können User mit dem IE nur noch Windows-Update besuchen und Firefox runterladen… Endlich mal was sinnvolles.

Die volle Anleitung gibt es beim Tlog: Limiting Internet Explorer to Windows Update.

(via: EDV)

Comments