<?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: WebUI does not work with Firefox 56 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7044#M331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dameon, I just saw it, good thing we can monitor on-going takes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the heads-up on this.&lt;/P&gt;&lt;P&gt;Salutations,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 18:44:44 GMT</pubDate>
    <dc:creator>MrSaintz</dc:creator>
    <dc:date>2018-05-30T18:44:44Z</dc:date>
    <item>
      <title>WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7029#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm experiencing WebUI (Gaia web portal) access problem after Firefox update to version 56.&lt;/P&gt;&lt;P&gt;When I connect to WebUI I see the login page and after typed the credential I get a white page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've this issue on open server management and 5000 and 23000 gateways R80.10 take 42.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else is experiencing this issue?&lt;/P&gt;&lt;P&gt;Is these any fix or workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:20:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7029#M316</guid>
      <dc:creator>Paolo_Francese</dc:creator>
      <dc:date>2017-10-03T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7030#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paolo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have the same problem after update to Firefox 56 on R80.10 Open Servers and also on R77.30 customer's appliances. When the password is wrong, I get back to the login page correctly; but when the password is correct, I get a white page and apparently no signs of loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems an error about how firefox handle CSS and JavaScript code on version 56:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The stylesheet&amp;nbsp;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://firewallIP/login/ext-all.css" rel="nofollow"&gt;https://firewallIP/login/ext-all.css&lt;/A&gt;&lt;/STRONG&gt; was not loaded because its MIME type, "text/html", is not "text/css". &amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;The stylesheet &lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://firewallIP/login/login.css" rel="nofollow"&gt;https://firewallIP/login/login.css&lt;/A&gt;&lt;/STRONG&gt; was not loaded because its MIME type, "text/html", &lt;EM&gt;is not&lt;/EM&gt; "text/css". &amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SyntaxError: expected expression, got '&amp;lt;'&amp;nbsp; ext-base.js:1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SyntaxError: expected expression, got '&amp;lt;'&amp;nbsp; ext-all.js:1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SyntaxError: expected expression, got '&amp;lt;'&amp;nbsp; login.js:1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For more details on JS: &lt;A class="link-titled" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Unexpected_token" title="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Unexpected_token"&gt;SyntaxError: Unexpected token - JavaScript | MDN&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following tool&amp;nbsp;&lt;A class="link-titled" href="http://esprima.org/demo/validate.html" title="http://esprima.org/demo/validate.html"&gt;Esprima: Syntax Validator&lt;/A&gt;&amp;nbsp; to analyze the sintaxis of the three .js files, and all of them are applarently correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also verified mime.types file of Apache and all CSS are defined as text/css&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Expert@Hostname:0]# cat mime.types | grep css&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;text/css&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; css&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On previous versions of Firefox and Chrome works correctly. So its a Firefox CSS engine problem maybe???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Kenny Manrique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 19:57:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7030#M317</guid>
      <dc:creator>KennyManrique</dc:creator>
      <dc:date>2017-10-03T19:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7031#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its always best practice to use Google Chrome only to access the Gaia WebUI as&amp;nbsp;Check Point develops and tests with this browser primarily. Same counts for all SMB appliances as you read on my &lt;A _jive_internal="true" href="https://community.checkpoint.com/docs/DOC-2176"&gt;1400 Appliance FAQ&lt;/A&gt;. I've seen various glitches in Gaia WebUI when accessing it with other browsers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:10:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7031#M318</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-10-12T18:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7032#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second the recommendation to always use the Chrome browser when interacting with the Gaia web interface, it is usually the fastest browser.&amp;nbsp; Internet Explorer works as well but always seems to be dog slow when interacting with the Gaia web interface for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; My book "Max Power: Check Point Firewall Performance Optimization" &lt;BR /&gt; now available via &lt;A href="http://maxpowerfirewalls.com" target="_blank"&gt;http://maxpowerfirewalls.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 22:22:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7032#M319</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2017-10-12T22:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7033#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Point recommends using the Google Chrome Browser as well in: &lt;A href="http://supportcontent.checkpoint.com/solutions?id=sk121373"&gt;sk121373&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:57:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7033#M320</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-11-13T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7034#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worth noting the SK suggests a possible workaround that you can obtain from the TAC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 23:59:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7034#M321</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-11-17T23:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7035#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;We're aware of the issue. &lt;BR /&gt;A private HF was already provided to a customer. &lt;BR /&gt;Working on integrating the fix in JHFs.&lt;/P&gt;&lt;P&gt;Please open ticket to support for getting the fix.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Shmulik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Nov 2017 11:14:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7035#M322</guid>
      <dc:creator>Shmulik_Avramso</dc:creator>
      <dc:date>2017-11-19T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7036#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow Check Point failed to read&amp;nbsp;&lt;A href="https://tools.ietf.org/html/rfc2318"&gt;RFC 2318&lt;/A&gt;&amp;nbsp;it's only 19 years old &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 08:47:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7036#M323</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2017-11-20T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7037#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hugo , with all due respect can you please clarify the argument?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All browsers can safely "read" Check Point content but Firefox, since they shifted some gear in latest updates I believe this started in version 54 actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multiple security fixes applied to their new webextention feature, and also around Java script, in Mozilla Forum there are multiple complaints like this after upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting 56 and still in 57, we can't even download tgz files from Check Point Usercenter , just out of nothing, I can no longer login using firefox to sony entertainment network and this example is completely out of scope here, is just to show other example, here firefox complains about cookie problem and nothing but an update has been performed, even in safe mode, and without any extentions/add-ons running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Ironic mode on) I guess firefox is the only browser doing things right...because no one else(browser) has issues such as this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this was security issue that by complying to your RFC could anyone be protected, all the other browsers would also stop working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't mind me saying, Firefox is my first personal choice to browse, but lately, my confidence in it's ability to deliver as declined significantly.&lt;/P&gt;&lt;P&gt;Saying this, I'm totally against the idea that a single browser option should be even recommended publicly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:54:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7037#M324</guid>
      <dc:creator>MrSaintz</dc:creator>
      <dc:date>2017-12-07T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7038#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;Check Point should have used the proper MIME types from the moment they started to write the code. That was after RFC 2318 saw the light of day. So it is rather obvious that Cascading Stylesheets should use the prescribed MIME type. And if it only toke almost 20 years before someone actually verified something that should be there for nearly 20 years, .... only proves how badly we still code our software today and think we can get away with it.&lt;/P&gt;&lt;P&gt;I admit: I am as lazy in this far too often.&lt;/P&gt;&lt;P&gt;But I would have appreciated it if someone would admit they just forgot to do the proper thing for so many years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 14:53:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7038#M325</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2017-12-08T14:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7039#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hugo, that seems a bit more clear, now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, first I have no coding skills but from the reading of the RFC mime type should be set as text/css is this correct?&lt;/P&gt;&lt;P&gt;From Kenny’s post it sounds to me that Apache mime type settings should be ok here, no?&lt;/P&gt;&lt;P&gt;What&amp;nbsp;is wrong, then? Where should we be looking at, server side, that is setting css files mime type has text/html instead of text/css?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 19:13:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7039#M326</guid>
      <dc:creator>MrSaintz</dc:creator>
      <dc:date>2017-12-08T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7040#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Point is sending out the wrong MIME type. They have a fix for it if you open a ticket and mention the relevant SK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:28:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7040#M327</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2017-12-12T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7041#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;since I started this thread I think it's good also to say that the &lt;STRONG&gt;fix&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;is explained in&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk121373.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Bye &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/cool.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:16:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7041#M328</guid>
      <dc:creator>Paolo_Francese</dc:creator>
      <dc:date>2018-05-16T09:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7042#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It’s a bit sad that R&amp;amp;D only took care of it when Chrome started failing too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it won’t take the same time to be included in a Recommended Jumbo HotFix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:37:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7042#M329</guid>
      <dc:creator>MrSaintz</dc:creator>
      <dc:date>2018-05-30T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7043#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's in the current ongoing JHF, which is a good start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 18:25:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7043#M330</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-05-30T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7044#M331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dameon, I just saw it, good thing we can monitor on-going takes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the heads-up on this.&lt;/P&gt;&lt;P&gt;Salutations,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 18:44:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7044#M331</guid>
      <dc:creator>MrSaintz</dc:creator>
      <dc:date>2018-05-30T18:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7045#M332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working in &lt;SPAN style="font-size: 12.0pt;"&gt;Check_Point_R77_30_JUMBO_HF_1_Bundle_T317_FULL&lt;/SPAN&gt;...….with Firefox and Chrome.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Only works with MS Internet Explorer and MS Edge...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 21:09:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7045#M332</guid>
      <dc:creator>Sal_Previtera</dc:creator>
      <dc:date>2018-06-28T21:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: WebUI does not work with Firefox 56</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7046#M333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it hasn't been integrated into the R77.30 JHF, but it is in the R80.10 ones.&lt;/P&gt;&lt;P&gt;In any case, the workaround provided in this thread should still work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 11:44:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/WebUI-does-not-work-with-Firefox-56/m-p/7046#M333</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-29T11:44:30Z</dc:date>
    </item>
  </channel>
</rss>

