<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.websense.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Websense Web Security</title><link>http://community.websense.com/forums/70.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP3 (Build: 66.8433)</generator><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/37915.aspx</link><pubDate>Thu, 02 Feb 2012 12:41:15 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:37915</guid><dc:creator>bigfredi</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/37915.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=37915</wfw:commentRss><description>&lt;p&gt;Sorry, that was a too quick reply :-D&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve used&lt;/p&gt;
&lt;p&gt;^https?://.*\.facebook\.com&lt;/p&gt;
&lt;p&gt;to avoid fake domains like whateverfacebook.com&lt;/p&gt;
&lt;p&gt;In regards to the product... I can&amp;#39;t understand how I can allow a user 
to use facebook apps or facebook email, but to allow facebook in general
 I have to create particular rules, or the whole social area.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t understand how facebook, twitter and alike don&amp;#39;t have their own category under social.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/37914.aspx</link><pubDate>Thu, 02 Feb 2012 12:34:51 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:37914</guid><dc:creator>bigfredi</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/37914.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=37914</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve used&lt;/p&gt;
&lt;p&gt;^https?://.*\.facebook\.com&lt;/p&gt;
&lt;p&gt;to avoid fake domains like whateverfacebook.com&lt;/p&gt;
&lt;p&gt;In regards to the product... I can understand how I can allow a user to use facebook apps or facebook email, but to allow facebook in general I have to create particular rules, or the whole social area.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/28239.aspx</link><pubDate>Fri, 08 Jul 2011 19:17:47 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:28239</guid><dc:creator>ab7734</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/28239.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=28239</wfw:commentRss><description>&lt;p&gt;Hey this worked well thank you a ton.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I should note the Regex examples on the Websense site are sorely lacking.&amp;nbsp; This link;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.websense.com/content/support/library/email/hosted/admin_guide/regex.aspx"&gt;http://www.websense.com/content/support/library/email/hosted/admin_guide/regex.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;...shows how to&amp;nbsp;list IP addresses, but it completely doesn&amp;#39;t work with the Regex test tool built in to Websense..&amp;nbsp; The way lvmcinto has them listed does work.&lt;/p&gt;
&lt;p&gt;Also, I had to list an IP range for UPS World Ship software to work, and ended up actually having to unfilter the entire 3rd octet for a range, which I ended up doing like this:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;For the range: &lt;/p&gt;
&lt;p&gt;153.2.0.0 - 153.2.255.255&lt;/p&gt;
&lt;p&gt;Put in these RegExes:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;153.2\.[0-9]\.&amp;nbsp;&amp;nbsp;(0-9)&lt;br /&gt;153.2\.[1-9][0-9]\.&amp;nbsp;&amp;nbsp;(10-99)&lt;br /&gt;153.2\.1[0-9][0-9]\.&amp;nbsp;&amp;nbsp;(100-199)&lt;br /&gt;153.2\.2[0-5][0-5]\.&amp;nbsp;&amp;nbsp;(200-255)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/27938.aspx</link><pubDate>Fri, 01 Jul 2011 18:07:39 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:27938</guid><dc:creator>lvmcinto</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/27938.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=27938</wfw:commentRss><description>&lt;p&gt;Large IP ranges can be tricky... You very frequently have to break them into several regexes.&amp;nbsp; While a single regex could be built for many, they would me fairly processor intensive and may impact performance.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll take an example from the Webex site:&amp;nbsp; 64.68.96.0 - 64.68.127.255 (or 64.68.96.0/19)&lt;/p&gt;
&lt;p&gt;The numbers in parentheses are the 3rd octet matches.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;br /&gt;64\.68\.9[6-9]\.&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (96-99)&lt;br /&gt;64\.68\.1[0-1][0-9]\.&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (100-119)&lt;br /&gt;64\.68\.12[0-7]\. &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (120-129)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/27936.aspx</link><pubDate>Fri, 01 Jul 2011 17:08:09 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:27936</guid><dc:creator>ab7734</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/27936.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=27936</wfw:commentRss><description>&lt;p&gt;lvmcinto, that example just helped me out a lot.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The regex examples offered on Websense&amp;#39;s support page doesn&amp;#39;t even mention how to list IP ranges this way.&lt;/p&gt;
&lt;p&gt;Your example (the 2nd one) shows how to list a range of IPs with the 1st three octets all being static, and the 4th being completely unfiltered.&amp;nbsp; That&amp;#39;s really helpful, but do you know how one would also list the 3rd octet as well as the 4th as variable?&amp;nbsp; When I try just the \. for the 3rd octet&amp;nbsp;it fails to meet the Websense regex checker tool&amp;#39;s requirements.&amp;nbsp; So I&amp;#39;m stuck only being able to unfilter the 4th octet wen I need to unfilter the 3rd and 4th. octets&lt;/p&gt;
&lt;p&gt;What we are trying to do it list a huge range of IPs mandated by Cisco Webex in a Websense Custom URLs list.&amp;nbsp; See the Webex support KB artticle WBX264, if you&amp;#39;re interested in viewing the range of IPs.&amp;nbsp; This is all&amp;nbsp;https too, and we have no Websense Content Gateway, so we have to list IPs instead of URLs.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/26323.aspx</link><pubDate>Tue, 24 May 2011 18:25:28 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:26323</guid><dc:creator>lvmcinto</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/26323.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=26323</wfw:commentRss><description>&lt;p&gt;No, I understand exactly what&amp;nbsp;is being said...&amp;nbsp; I just don&amp;#39;t think you are considering all the options with regex.&amp;nbsp; My post does not imply that you should not use IP adddresses at all.&amp;nbsp; It means that when you use Regex, you need to be careful and truly understand what you&amp;#39;re doing.&lt;/p&gt;
&lt;p&gt;Yes, a lot of implentations can only use IP for https, but if you are specifying the protocol in front of an IP, you can still do that as https?://&lt;/p&gt;
&lt;p&gt;The literal periods are still needed in an IP as well.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Three regex examples of IP rules and what would match&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;https?://10\.11\.12\.&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding-left:60px;"&gt;is a match for &lt;a href="http://10.11.12.123"&gt;http://10.11.12.123&lt;/a&gt; OR &lt;a href="https://10.11.12.123"&gt;https://10.11.12.123&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;10\.11\.12\.&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding-left:60px;"&gt;is a match for &lt;a href="http://10.11.12.1"&gt;http://10.11.12.1&lt;/a&gt; OR &lt;a href="https://10.11.12.1"&gt;https://10.11.12.1&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;10.11.12.&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding-left:60px;"&gt;is a match for &lt;a href="http://10.11.12.1"&gt;http://10.11.12.1&lt;/a&gt; OR &lt;a href="http://1091191291"&gt;http://1091191291&lt;/a&gt; OR &lt;a href="https://10.11.12.1"&gt;https://10.11.12.1&lt;/a&gt; OR &lt;a href="https://1091191291"&gt;https://1091191291&lt;/a&gt; &lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;When I do regex rules for IP addresses, I use the second option.&amp;nbsp; That will cover any other protocols like FTP or HULU:// etc detected by network agent.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;A final note, ALWAYS use the built in regex checker for Websense.&amp;nbsp; Websense&amp;#39;s implementation of regex is not pcre or POSIX or what any other regex tools will test for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/26320.aspx</link><pubDate>Tue, 24 May 2011 18:15:14 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:26320</guid><dc:creator>Glitch</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/26320.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=26320</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m sorry lvmcinto but you&amp;#39;re either wrong or don&amp;#39;t understand the situation and you&amp;#39;re going to end up confusing people.&amp;nbsp; Most people do not have the option of filtering HTTPS by URL.&lt;/p&gt;
&lt;p&gt;Most Websense integrations can only filter HTTPS requests by destination IP address, not by URL.&amp;nbsp; This is due to the nature and implementation of most integrations where they are out of band and cannot see what you typed in due to the HTTPS encryption.&amp;nbsp; Websense Content Gateway (and probably other proxy integrations like with an ISA server) are exceptions where they can do by URL because they&amp;#39;re in path of the traffic.&lt;/p&gt;
&lt;p&gt;Your concerns about using IP based filtering with regex are valid, however in many situations it&amp;#39;s the only option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/26309.aspx</link><pubDate>Tue, 24 May 2011 17:25:52 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:26309</guid><dc:creator>lvmcinto</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/26309.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=26309</wfw:commentRss><description>&lt;p&gt;you&amp;#39;re right that the \. is a literal period, and that&amp;#39;s what you want for facebook.com or IP addresses.&amp;nbsp; otherwise you&amp;#39;d match something different.&lt;/p&gt;
&lt;p&gt;to cover http and https, https?:// works and is pretty efficient.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;One other thing is that a lot of Websense customers aren&amp;#39;t very technical.&amp;nbsp; So I can understand the approach from their side.&amp;nbsp; You don&amp;#39;t want to be in the business of supporting regex in addition to your product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/26308.aspx</link><pubDate>Tue, 24 May 2011 17:10:30 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:26308</guid><dc:creator>WINNJ</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/26308.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=26308</wfw:commentRss><description>&lt;p&gt;Good points, thank you for your post.&amp;nbsp; I still think that having the discussion about the correct use of regex is better than telling people not to use it.&amp;nbsp; Ideally, I would use the literal URLs but the demand was to unblock this ASAP and&amp;nbsp;regex served my purpose without recategorizing or allowing all social media sites.&lt;/p&gt;
&lt;p&gt;From my understanding a &amp;quot;\&amp;quot; preceding the period changes the special meaning of the character so that it is literally&amp;nbsp;a period. So another character should not be tranposed.&amp;nbsp; Also, in the Websense technical library I found that &amp;quot;?&amp;quot; is not a supported character and did not work with my testing, so I had to get around this with the OR statement.&lt;/p&gt;
&lt;p&gt;The period before the IP address was just lazy I suppose, it was intended to cover http, https or just the plain IP address.&amp;nbsp; I will definately get this fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/26297.aspx</link><pubDate>Tue, 24 May 2011 16:00:53 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:26297</guid><dc:creator>lvmcinto</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/26297.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=26297</wfw:commentRss><description>&lt;p&gt;more efficient would be &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;^https?://.*facebook\.com/&lt;/p&gt;
&lt;p&gt;The last .* is unneccessary and .* in general adds a high utilization hit.&amp;nbsp; The $ is also unnecessary as it denotes the end of the line.&amp;nbsp; that would be impled in a URL after the .com/&lt;/p&gt;
&lt;p&gt;To match the .com, you must escape the period.&amp;nbsp; In regex, period matches any character, so facebookscom would match with your current regex.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For all the IP based rules, same thing about periods and .*&amp;nbsp; don&amp;#39;t use them unless necessary.&lt;/p&gt;
&lt;p&gt;Your regex .*69.63.19[0-1]\.[0-9]{1,3}.*&lt;br /&gt;would match blahblah69s63s190.11.badsite.com&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;this is why Regex is a bad idea.&amp;nbsp; It&amp;#39;s a great tool, but many times the solution becomes the problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/25944.aspx</link><pubDate>Tue, 17 May 2011 20:31:08 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:25944</guid><dc:creator>WINNJ</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/25944.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=25944</wfw:commentRss><description>&lt;p&gt;I added a few different strings to the Unblock URL (Unfiltered URL) section of Websense Manager and this seems to have worked fairly well.&amp;nbsp; I used the same method to allow access to YouTube and Twitter.&amp;nbsp; I wasn&amp;#39;t aware that use of regex was not supported by Websense since it appears under the&amp;nbsp;Advanced section&amp;nbsp;on many policies.&amp;nbsp; So i suppose&amp;nbsp;you can try the following out at your own risk:&lt;/p&gt;
&lt;p&gt;^htt(p|ps)://.*facebook.com/.*$&lt;/p&gt;
&lt;p&gt;&lt;a href="http://static.ak.fbcdn.net"&gt;http://static.ak.fbcdn.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;.*69.63.17[6-9]\.[0-9]{1,3}.*&lt;/p&gt;
&lt;p&gt;.*69.63.18[0-9]\.[0-9]{1,3}.*&lt;/p&gt;
&lt;p&gt;.*69.63.19[0-1]\.[0-9]{1,3}.*&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/16168.aspx</link><pubDate>Tue, 23 Nov 2010 17:00:44 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:16168</guid><dc:creator>ZZATU</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/16168.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=16168</wfw:commentRss><description>&lt;p&gt;Anyone have luck getting facebook.com to work with regexpressions and keeping social networking blocked. &lt;/p&gt;
&lt;p&gt;What I am trying to do is: &lt;br /&gt;Custom Policy that Allows Custom Category (Recategorized)&amp;nbsp; to access facebook.com although social networking is blocked as a whole (blocked with continue page)&lt;/p&gt;
&lt;p&gt;What I have tried:&lt;/p&gt;
&lt;p&gt;Allowing the following sites:&lt;/p&gt;
&lt;p&gt;http(s)://facebook.com&lt;br /&gt;http(s)://channel.facebook.com&lt;br /&gt;http(s)://static.ak.fbcdn.net&lt;br /&gt;http(s)://fbcdn.net&lt;/p&gt;
&lt;p&gt;This seemed to partially work but users reported of incosistencies with the page&amp;#39;s sometimes being blocked, reporting confirmed this:&lt;/p&gt;
&lt;p&gt;I also tried putting a regex for&lt;/p&gt;
&lt;p&gt;facebook.com&lt;/p&gt;
&lt;p&gt;fbcdn.net&lt;/p&gt;
&lt;p&gt;Under this Custom Group but then facebook.com was not recategorized. And therefore it was still getting blocked.&lt;/p&gt;
&lt;p&gt;J Sloan wrote that with the Websense Content Gateway it should work without adding the IP Addresses, this is what I am running and I am not having luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/14386.aspx</link><pubDate>Tue, 19 Oct 2010 15:34:42 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:14386</guid><dc:creator>J Sloan</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/14386.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=14386</wfw:commentRss><description>&lt;p&gt;@Rick586:&lt;/p&gt;
&lt;p&gt;Surfcontrol features integrated into Websense:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;1. The integrations of the hosted solutions and turning them into a hybrid service is now called &amp;quot;Websense Web Security Gateway Anywhere&amp;quot;.&lt;br /&gt;2. Email Security that will soon be part of the Triton Manager in 7.6.&lt;/p&gt;
&lt;p&gt;I am sure there are more, but those are the two I can think of real quick.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/14384.aspx</link><pubDate>Tue, 19 Oct 2010 15:23:32 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:14384</guid><dc:creator>amonte1</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/14384.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=14384</wfw:commentRss><description>&lt;p&gt;I agree as well!&amp;nbsp; I&amp;#39;ve been trying to get Websense to add some features that SurfControl always had.&amp;nbsp; One is being able to use a HostName in Rules/Policies.&amp;nbsp; I have alot of Apple MAC users who I have allow rules based on their Hostnames because their AD login doesn&amp;#39;t picked up transparently.&amp;nbsp; Not sure why they have been so lax in integrating any features from SC&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: Allow full sites like Facebook without tracking down https links!</title><link>http://community.websense.com/forums/thread/14071.aspx</link><pubDate>Tue, 05 Oct 2010 11:54:53 GMT</pubDate><guid isPermaLink="false">fce25e4e-8849-415b-9a49-b452c7b0e226:14071</guid><dc:creator>Rick586</dc:creator><slash:comments>0</slash:comments><comments>http://community.websense.com/forums/thread/14071.aspx</comments><wfw:commentRss>http://community.websense.com/forums/commentrss.aspx?SectionID=70&amp;PostID=14071</wfw:commentRss><description>&lt;p&gt;Here, here, well said!!!&amp;nbsp; I&amp;#39;m going to add my pennies worth here and agree whole-heartedly as I&amp;#39;m having exactly this issue and I also found that this worked under SurfControl and it worked well!&lt;/p&gt;
&lt;p&gt;As I&amp;#39;ve said in another post, it&amp;#39;s funny how Websense bang on about being market leaders and how they&amp;#39;ve taken features from SC and integrated them.&amp;nbsp; Really?&amp;nbsp; Where?&lt;/p&gt;
&lt;p&gt;This looks like yet another omission.&lt;/p&gt;
&lt;p&gt;To be fair though, on a day-to-day basis and in general, our V10000 unit is much better than SC but it&amp;#39;s such a shame that some obvious and essential features have been missed, like this, the real-time monitor, User Browse Time Activity Reports, etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>