Jump to content

Recommended Posts

Posted
For anyone using MS Forefront TMG (2010), I have written a ISAPI webfilter that will enable this feature. It also enforces Safety Mode, if required, for staff who have an authorised, unrestricted YouTube account.

 

Although I have written this for TMG, it should be easy enough to adapt to work on ISA 2004 / 6 (32 bit platforms).

 

If you would like a copy, send me a PM and I'll fire it off to you!

 

Iain.

 

Hi Iain

Please can you PM me as well.

Thanks

Posted
Is it true Microsoft are ceasing development of TMG?

 

Sadly yes :(

"Microsoft announced the Forefront TMG 2010 product will be discontinued. Microsoft will continue to provide mainstream support for TMG until April 14, 2015, and extended support until April 14, 2020. The Forefront TMG 2010 Web Protection Services (WPS) will be discontinued on December 31, 2015. Beginning on January 1, 2016, Web Protection Services (URL filtering, virus/malicious software scanning, and Network Inspection System) will continue to function but will no longer receive updates."

 

So a couple years left to find something as good....

Posted
For anyone using MS Forefront TMG (2010), I have written a ISAPI webfilter that will enable this feature. It also enforces Safety Mode, if required, for staff who have an authorised, unrestricted YouTube account.

 

Although I have written this for TMG, it should be easy enough to adapt to work on ISA 2004 / 6 (32 bit platforms).

 

If you would like a copy, send me a PM and I'll fire it off to you!

 

Iain.

 

Would love a copy of this too... Second message.. :|

Posted
For anyone using MS Forefront TMG (2010), I have written a ISAPI webfilter that will enable this feature. It also enforces Safety Mode, if required, for staff who have an authorised, unrestricted YouTube account.

 

Although I have written this for TMG, it should be easy enough to adapt to work on ISA 2004 / 6 (32 bit platforms).

 

If you would like a copy, send me a PM and I'll fire it off to you!

 

Iain.

 

Would like a copy of this too.

 

Thanks/

Posted

Ok, so I'm sooo late to this party but ..... managed to get youtube.com/edu working with the header mod (thanks to mrbios's post), but I'm now stuck with the https problem where all of youtube is open. https appears to be needed to logon to approve the videos/playlists, so I don't think I can block https traffic to youtube's ip address range as it looks like it compromises the workings of the site (and logging on to google) .... we are running ISA 2006 and are with SWGfL - any suggestions ? Should we be looking at ditching ISA and going with another vendor such as Smoothwall? Is Edu working for other schools ?

 

Thanks in advance for any help ....

Posted
Ok, so I'm sooo late to this party but ..... managed to get youtube.com/edu working with the header mod (thanks to mrbios's post), but I'm now stuck with the https problem where all of youtube is open. https appears to be needed to logon to approve the videos/playlists, so I don't think I can block https traffic to youtube's ip address range as it looks like it compromises the workings of the site (and logging on to google) .... we are running ISA 2006 and are with SWGfL - any suggestions ? Should we be looking at ditching ISA and going with another vendor such as Smoothwall? Is Edu working for other schools ?

 

Thanks in advance for any help ....

 

Currently we've just done a manual forward of all HTTPS Youtubes to nothing! (aka Denied) :) Stops that issue easily. Not like anyone needs to login anyway. Any updating of playlists etc can be done via staffproxy etc

 

Steve

  • Thanks 1
Posted
Currently we've just done a manual forward of all HTTPS Youtubes to nothing! (aka Denied) :) Stops that issue easily. Not like anyone needs to login anyway. Any updating of playlists etc can be done via staffproxy etc

 

Steve

 

Hi Steve,

Thanks but trying to avoid staffproxy ...

Posted
I have just updated my fortinet this week to FortiOS Version 5 and each filtering rule has its own Youtube extension option, so it looks like I can set the youtube for schools on the students policy, and leave staff on the normal access for youtube. Not sure yet how i'll manage the adding of vidoes to the 4schools section, but Im looking forward to testing this new functionality.
  • 1 month later...
Posted
This Youtube For school is great for stoping people in schools accessing youtube, However there are ways to bypass this, Such as by logging into Google and then clicking on the Youtube Link which then allows you to access youtube, This still works even if you block youtube for students as it just bypasses the system ...
Posted
This Youtube For school is great for stoping people in schools accessing youtube, However there are ways to bypass this, Such as by logging into Google and then clicking on the Youtube Link which then allows you to access youtube, This still works even if you block youtube for students as it just bypasses the system ...

 

Yes we know! ;)

http://www.edugeek.net/forums/smoothwall-direct-support/108013-youtube-schools-filtering-easily-bypassed-broken-my-fault.html

  • 2 weeks later...
  • 4 weeks later...
Posted
For anyone using MS Forefront TMG (2010), I have written a ISAPI webfilter that will enable this feature. It also enforces Safety Mode, if required, for staff who have an authorised, unrestricted YouTube account.

 

Although I have written this for TMG, it should be easy enough to adapt to work on ISA 2004 / 6 (32 bit platforms).

 

If you would like a copy, send me a PM and I'll fire it off to you!

 

Iain.

 

Hello Iain

 

I would like to get a copy of your youtube webfilter for use in my district.

  • 1 month later...
Posted

This looks really cool, but I am not sure exactly about the squid.conf thing.

I am running Endian Community 2.5.1, so it is running squid, and I got to the right file, and I think the right place, but I am not quite sure how to format the text there or even if it is meant to be on two lines. I haven't edited this file before. The other changes were no problem for me.

 

squidconfquestion.png

 

If possible, would you let me know if this is the right place (to your knowledge) and then do I just copy the 3 lines (including the comment) right there with just one space in between?

 

Thanks so much.

I have seen lots of people asking how to fix the https problem, but no one solving it except you.

 

You need to stick this in your squid.conf config to stop https traffic to youtube.com as dansguardian doesn't seem to apply the urlregexplist to https traffic.

 

 

 

Thanks for finding the regexpression driver and thanks to tom for pointing out the loophole on secure port

Posted

I think this interferes with https:--accounts.youtube.com/accounts/SetSID?...

This affects my "manage this domain" button in Google Apps.

Adding allow lines above the block with accounts.youtube.com fixed it.

So the four lines together are:

 

acl accounts dstdomain accounts.youtube.com
http_access allow accounts CONNECT
acl youtube dstdomain .youtube.com
http_access deny youtube CONNECT

 

 

 

You need to stick this in your squid.conf config to stop https traffic to youtube.com as dansguardian doesn't seem to apply the urlregexplist to https traffic.

 

 

 

Thanks for finding the regexpression driver and thanks to tom for pointing out the loophole on secure port

  • 1 month later...
Posted (edited)

Did anyone manage to get Iain's ISAPI filter?

I messaged him a while ago but had no response.

Would appreciate it if someone could pass it on!

 

Thanks

 

EDIT: Sorted, thanks.

Edited by Frazer
  • 2 weeks later...
  • 2 months later...
Posted

hi MrBios.. i am trying to achieve same thing YoutubeEdu, but unable to run the file tkStup.exe. it gives an error Incompatible Operating System :(.

 

Please can you help.

 

i am using windows server 2008 R2 standard... TMG2010.

 

Thanks,

Anas

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...