Ongiong issue with font

@lovebug, the font from your website did not load in my browser, too. My gut tells me that it has something to do with the site cookies. Although, this is only a theory for now unless I can prove it through thorough testing and analysis.

There are (5) main factors that affects the browser validation system:

  1. The aes.js script in the client-side which plays a role in facilitating the creation of the encrypted cookie hash.
  2. An unidentified script which is typically injected into the webpage from the server-side, responsible for the initialization of the aes.js script and the creation of the said cookie.
  3. The correct cookie required for the browser validation system to work.
  4. The browser validation system in the server-side which ensures that only browsers can view the websites hosted from Infinityfree platform.
  5. Cloudflare.

Do you remember this bug? Sometimes, the cookie from Cloudflare becomes too large to be handled with. I was thinking whether the size of the cookie from Cloudflare could affect the browser validation system or not.

4 Likes