Skip to content

Commit

Permalink
GitHub codespaces not working with Chrome due to JIT settings as of 2…
Browse files Browse the repository at this point in the history
…024-10-18
  • Loading branch information
brabster committed Oct 19, 2024
1 parent bf1eba2 commit 5da39df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Single-user Xubuntu setup: repeatable and demonstrable software installs and configuration.

**Target OS: Xubuntu 22.04 LTS** (see OS version in [GitHub actions](.github/workflows/test_install.yml))
**Target OS: Xubuntu latest LTS and rolling** (see OS version in [GitHub actions](.github/workflows/test_install.yml))

## Support

Expand Down
2 changes: 1 addition & 1 deletion roles/chrome-browser/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://support.google.com/chrome/a/answer/9027408?hl=en
https://chromeenterprise.google/policies/

chrome://policy/
chrome://policy/
5 changes: 4 additions & 1 deletion roles/chrome-browser/files/recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"AdvancedProtectionAllowed": true,
"DownloadRestrictions": 4,
"SafeBrowsingProtectionLevel": 2,
"DefaultJavaScriptJitSetting": 2
"DefaultJavaScriptJitSetting": 2,
"JavaScriptJitAllowedForSites": [
"[*.]github.dev"
]
}
4 changes: 3 additions & 1 deletion roles/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
https://github.com/mozilla/policy-templates/blob/master/README.md
https://github.com/mozilla/policy-templates/blob/master/README.md

Note - currently won't work with GitHub Codespaces due to tracking protection.

0 comments on commit 5da39df

Please sign in to comment.