Added legacy attempt to make my Newton text editor; updated Chronos Browser settings file

This commit is contained in:
2026-03-21 15:00:06 -05:00
parent 93cde0000d
commit ae9ef4b167
9 changed files with 456 additions and 1 deletions

View File

@@ -84,7 +84,8 @@ class Settings:
settings.set_property('enable-caret-browsing', False)
# Security
settings.set_property('user-agent','Mozilla/5.0 (X11; Generic; Linux x86-64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Safari/605.1.15')
# settings.set_property('user-agent', 'Mozilla/5.0 (X11; Generic; Linux x86-64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Safari/605.1.15')
settings.set_property('user-agent', f"Mozilla/5.0 (macOS, AArch64) Chronos/1.0 Chrome/140.0.0 AppleWebKit/537.36 Safari/537.36")
settings.set_property('enable-private-browsing', False)
settings.set_property('enable-xss-auditor', True)
settings.set_property('enable-hyperlink-auditing', False)