Persistant script load failures causes redirect/refresh loop

Description of the issue
Certain Javascript functions do not operate correctly but do when loaded in any other browser.
It forces the tab into a constant redirect/reload loop.
Works fine on any other browser such as chrome,firefox,opera,etc but Brave.

Blockquote
to = setInterval(function() {
if(hth) {
clearInterval(to);
to = null;

            $('.js-raised').text(parseInt(hth / 100000000).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
        }

    }, 60000);

    setTimeout(function() {
        update();
    }, 60000 * 5);

Exact URL of the website in question
https://hthcoin.github.io/web/Partners.html
Did the issue present with default Shields settings? [Default states are: Block: Ads/Trackers, 3rd Party Cookies, 3rd Party Fingerprinting Allow: Encrypt Connections enabled (HTTPS), Scripts] (yes/no)
Yes. Certain javascript (scripts) functions do not work correctly

Does the site function as expected when Shields are turned off? (yes/no)
No

Is there a specific Shields configuration that causes the site to break? If so, tell us that configuration. (yes/no)
No

Does the site function as expected when using Chrome? (yes/no)
Yes

What Operating System and Brave version/Build are you using when you encounter the issue?(See the About Brave page in the main menu)
OS Windows 10 64bit version 1803 build 17134.706
Brave Version 0.63.48 Chromium: 74.0.3729.108 (Official Build) (64-bit)

This topic was automatically closed after 30 days. New replies are no longer allowed.