app/browser.md +5 −1
6 6
7Use it for local development servers, file-backed previews, and public pages7Use it for local development servers, file-backed previews, and public pages
8that don't require sign-in. For anything that depends on login state or browser8that don't require sign-in. For anything that depends on login state or browser
99extensions, use your regular browser.extensions, use your regular browser or the
10[Codex Chrome extension](https://developers.openai.com/codex/app/chrome-extension).
10 11
11Open the in-app browser from the toolbar, by clicking a URL, by navigating12Open the in-app browser from the toolbar, by clicking a URL, by navigating
12manually in the browser, or by pressing <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd>13manually in the browser, or by pressing <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd>
48the allowed list means Codex asks again before using it; removing a site from the49the allowed list means Codex asks again before using it; removing a site from the
49blocked list means Codex can ask again instead of treating it as blocked.50blocked list means Codex can ask again instead of treating it as blocked.
50 51
52For signed-in websites in Chrome, see
53[Codex Chrome extension](https://developers.openai.com/codex/app/chrome-extension).
54
51## Preview a page55## Preview a page
52 56
531. Start your app's development server in the [integrated terminal](https://developers.openai.com/codex/app/features#integrated-terminal) or with a [local environment action](https://developers.openai.com/codex/app/local-environments#actions).571. Start your app's development server in the [integrated terminal](https://developers.openai.com/codex/app/features#integrated-terminal) or with a [local environment action](https://developers.openai.com/codex/app/local-environments#actions).