I am having some issues with loading websites in the browser, content not being rendered and returns blank white screen.
I have inspected the console and seems like sites are loading up in Quirks Mode, which is affecting the html displayed.
I have an idea of why this is happening but do not know a fix to disable this, has anyone had such an issue and worked out how to fix this permanently?
**Using Brave Version - 1.73.105 Chromium (up to date)
To verify: Run this javascript in the address bar:
javascript:window.alert('You are in ' + (document.compatMode==='CSS1Compat'?'Standards':'Quirks') + ' mode.')
Note that you’ll need to re-type the javascript: portion after pasting into your address bar. Reference . . . (I included the following screenshot, the result of my testing for Quirks Mode - the Startpage pop-up message):
“Generally, quirks mode is turned on when there is no correct DOCTYPE declaration, and turned off when there is a DOCTYPE definition. However, invalid HTML - with respect to the chosen DOCTYPE - can also cause the browser to switch to quirks mode.”