# Question about 'early hint header' global settings

**URL:** https://meta.discourse.org/t/question-about-early-hint-header-global-settings/302977
**Category:** Support
**Created:** [April 9, 2024, 6:33am UTC](https://meta.discourse.org/t/question-about-early-hint-header-global-settings/302977 "2024-04-09T06:33:44Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [September 6, 2024, 7:11am UTC](https://meta.discourse.org/t/question-about-early-hint-header-global-settings/302977/3 "2024-09-06T07:11:22Z")

</div>

The only way of tuning early\_hint\_header\_mode is via global settings.

This is generally done by setting environment for the container:

`DISCOURSE_EARLY_HINT_MODE` can be `preconnect` or `preload` or `prefetch` or blank.

Self hosters would do so in that `app.yml` file.

This setting is only able to come with one value. Self hosters can validate what it is with:

```plaintext
./launcher enter app
rails c
> GlobalSetting.early_hint_header_mode

```

Early hints are a rather complex setup cause the proxy needs to support them and they are not supported by many proxies.

---

_[View the full topic](https://meta.discourse.org/t/question-about-early-hint-header-global-settings/302977)._
