@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:
- The
aes.js
script in the client-side which plays a role in facilitating the creation of the encrypted cookie hash. - 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. - The correct cookie required for the browser validation system to work.
- The browser validation system in the server-side which ensures that only browsers can view the websites hosted from Infinityfree platform.
- 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.