<?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 URL filtering thinks domain.com is not a subset of *.domain.com in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/66983#M39393</link>
    <description>&lt;P&gt;I think domain.com should be considered subset of *.domain.com. There are lots of web pages presenting the content in both with and without www prefix. Putting 2 different filter for the same domain&amp;nbsp;is just stupid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any workaroud?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2015 11:22:11 GMT</pubDate>
    <dc:creator>ramazan.polat</dc:creator>
    <dc:date>2015-10-21T11:22:11Z</dc:date>
    <item>
      <title>URL filtering thinks domain.com is not a subset of *.domain.com</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/66983#M39393</link>
      <description>&lt;P&gt;I think domain.com should be considered subset of *.domain.com. There are lots of web pages presenting the content in both with and without www prefix. Putting 2 different filter for the same domain&amp;nbsp;is just stupid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any workaroud?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:22:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/66983#M39393</guid>
      <dc:creator>ramazan.polat</dc:creator>
      <dc:date>2015-10-21T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: URL filtering thinks domain.com is not a subset of *.domain.com</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/66998#M39394</link>
      <description>&lt;P&gt;Can you clarify more about the domain that you are trying to access/allow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;domain.com is not a subset of *.domain.com that is correct. Because *.domain.com say there should be something in place of * like abc.domain.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to add&lt;/P&gt;
&lt;P&gt;domain.com--&amp;gt; May not be required but try&lt;/P&gt;
&lt;P&gt;domain.com/&lt;/P&gt;
&lt;P&gt;*.domain.com/&lt;/P&gt;
&lt;P&gt;*.domain.com--&amp;gt; May not be required but try&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:09:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/66998#M39394</guid>
      <dc:creator>pankaku</dc:creator>
      <dc:date>2015-10-21T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: URL filtering thinks domain.com is not a subset of *.domain.com</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67011#M39397</link>
      <description>&lt;P&gt;Hi Ramazan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the reasoning behind this is that these are regex expressions rather than a DNS lookup or direct db match. the dot in between the asterisk and the domain name is counted as a character in regex, the absense of a dot before the former forces regex to match only a domain without prefix&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:41:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67011#M39397</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2015-10-21T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: URL filtering thinks domain.com is not a subset of *.domain.com</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67034#M39411</link>
      <description>&lt;P&gt;As reaper notes, the period becomes part of the match criteria. &amp;nbsp;If you really don't want to have the two entries you can use the asterik without the period.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;*domain.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But keep in mind this also matches different domains that end with the same text:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;otherdomain.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:42:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67034#M39411</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2015-10-21T21:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: URL filtering thinks domain.com is not a subset of *.domain.com</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67071#M39415</link>
      <description>&lt;P&gt;IMO it needs a feature request for domain entries so you don't have to enter it twice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IE: &amp;nbsp;"domain:google.com"&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:01:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-thinks-domain-com-is-not-a-subset-of-domain-com/m-p/67071#M39415</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2015-10-22T09:01:48Z</dc:date>
    </item>
  </channel>
</rss>

