<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to completely deny a specific url-category? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37704#M27630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops sorry for the double post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought I had already asked this in a thread but I wasnt able to locate it (which made me think I didnt asked) so I asked again, the original thread &lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/thread/1266"&gt;https://live.paloaltonetworks.com/thread/1266?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the workaround, ill try it out along with a request to our support for a deny function (perhaps a deny grouped by sending empty data to the client).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 05:17:46 GMT</pubDate>
    <dc:creator>rps</dc:creator>
    <dc:date>2010-03-05T05:17:46Z</dc:date>
    <item>
      <title>How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37702#M27628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you setup url-filtering you can choose from one of the following actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow (permit access)&lt;/P&gt;&lt;P&gt;Block (block access and notify user)&lt;/P&gt;&lt;P&gt;Continue (block access and notify user and let user continue anyway if they want to)&lt;/P&gt;&lt;P&gt;Override (same as continue but password is needed to continue)&lt;/P&gt;&lt;P&gt;Alert (only log the entry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that I have put web-advertisements as "block", the downside is that the user will get the blockpage instead (which is better than the ads but still somewhat odd, specially for the users who not always understands that the page they are visiting are allowed but the ads are not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any plans to add an action such as "deny" which would just drop the traffic (perhaps send RST to shutdown the transaction)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or how can I accomplish to completely deny requests if they match url-category "web-advertisements" (or whatever category one might want to deny in a way so that the client wont get any block response-page at all)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 18:15:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37702#M27628</guid>
      <dc:creator>rps</dc:creator>
      <dc:date>2010-03-04T18:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37703#M27629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a sample custom block page that keyed on the category name and served the corresponding message.&amp;nbsp;&amp;nbsp;&amp;nbsp; If you look at the sample html code, you can see categories like games, travel, &amp;amp; kids:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 'games':&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "Do you really need to play games all day?";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 'travel':&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "Where do you really want to go?";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 'kids':&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "you're too old for this.";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can customize this to match on 'web-advertisements' and serve a blank message, like a space.&amp;nbsp; Give this a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 19:43:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37703#M27629</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2010-03-04T19:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37704#M27630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops sorry for the double post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought I had already asked this in a thread but I wasnt able to locate it (which made me think I didnt asked) so I asked again, the original thread &lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/thread/1266"&gt;https://live.paloaltonetworks.com/thread/1266?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the workaround, ill try it out along with a request to our support for a deny function (perhaps a deny grouped by sending empty data to the client).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 05:17:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37704#M27630</guid>
      <dc:creator>rps</dc:creator>
      <dc:date>2010-03-05T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37705#M27631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reuse of topics &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does 4.1 support some kind of "TCP-RST" (or just a drop) for specific url-categories?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example if I want nothing to be sent to the clients if they request a page that belongs to the category "Web Advertisements".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I assume that setting appid:web-browsing and url-category:web advetisements (block) along with a deny in the end of this rule the client will still be served the block page or in which order is the url-category thinging happening in the internal flow of a PaloAlto-device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2012 16:24:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37705#M27631</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-01-08T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37706#M27632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TCP reset is supported for application blocking but unfortunately, not for URL filtering. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a HTML response page that contains a 1-pixel image and use a redirect method in the URL block page.&amp;nbsp; When users visit a site for category "Web Advertisements", redirects them to the 1-pixel image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:20:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37706#M27632</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-01-09T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37707#M27633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think is the probability that if I file this as a feature request (TCP-RST for url-categories) this can be implemented (this somewhat feels that if this by design would be possible then this would have already been implemented)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 07:11:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37707#M27633</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-01-10T07:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37708#M27634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you want a TCP reset nor a simple drop of packet.&amp;nbsp; If the browser receives a tcp-reset, the browser would display the default TCP ERROR page and the user would see this error embeded on the web page.&amp;nbsp; If the browser does not receive any reply (packets are simply dropped), it would display a different error page like a TCP Timeout, or Server Not Responding error page.&amp;nbsp; I believe in both cases, the browser will react and display an error page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 20:23:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37708#M27634</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-01-10T20:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37709#M27635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well thats what it does today when you set url-category:advertisements to block, the users get this custom block page instead and starts asking questions about that instead of just a white/empty page (this looks somewhat funny when you visit most sites who does iframe and shit to get ads on their pages these days).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And setting the blockpage to a white (empty) page wont help since you cannot have several different block pages in PA (because I want the information to reach the client for other blocked categories - the custom page brings some data for the tech to search on along with information to the client how to get in contact with support etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a deny based on url-category should work the same way as if you manually set the adserver hostname in your hosts file to point to 0.0.0.0 or 127.0.0.1 - the browser cannot reach the adcode and will therefor not display any ads (compared to when the PA today sends a custom block page instead).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 22:06:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37709#M27635</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-01-10T22:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely deny a specific url-category?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37710#M27636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you that deny, tcp reset, and packet drops will produce the same result where the users will see errors on the web page.&amp;nbsp; That's why I think a request to do tcp reset/drop is not necessary as it will not produce the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we set the adserver hostname to 0.0.0.0, the contents will not be displayed but there will be red X's where the contents are supposed to be.&amp;nbsp; So the result is that users will see broken links via the red X's, think something is wrong, and call the helpdesk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the method of 1-pixel image is not perfect, it is the best option.&amp;nbsp; You don't have to set it for all category, just the ads category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:40:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-completely-deny-a-specific-url-category/m-p/37710#M27636</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-01-11T13:40:55Z</dc:date>
    </item>
  </channel>
</rss>

