Skip to content

Commit

Permalink
Maybe if I get rid of the bulleted list?
Browse files Browse the repository at this point in the history
  • Loading branch information
S3Prototype committed Jan 17, 2025
1 parent ac96892 commit 9011b93
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/pricing-limits/free-plan-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ To prevent bad actors from using ngrok to create [phishing pages](https://en.wik
This does not impact users serving APIs or accessing ngrok endpoints programmatically.
:::

You can remove the interstitial by upgrading to [any paid plan](https://ngrok.com/pricing?ref=docs-interstitial-removal) or using one of the following mehtods:
You can remove the interstitial by upgrading to [any paid plan](https://ngrok.com/pricing?ref=docs-interstitial-removal) or using one of the following methods.

- From the client accessing the ngrok endpoint, add a header value of `ngrok-skip-browser-warning` and set it to any value. These requests will bypass the interstitial.
### Using headers

From the client accessing the ngrok endpoint, add a header value of `ngrok-skip-browser-warning` and set it to any value. These requests will bypass the interstitial.

<Tabs groupId="headers" queryString="library">
<TabItem value="axios" label="Axios">
Expand Down Expand Up @@ -88,7 +90,9 @@ You can remove the interstitial by upgrading to [any paid plan](https://ngrok.co
</TabItem>
</Tabs>
- Change your user agent by setting the `User-Agent` header to something non-standard, such as `MyApp/0.0.1`, to bypass the warning.
### Using a custom user agent
Change your user agent by setting the `User-Agent` header to something non-standard, such as `MyApp/0.0.1`, to bypass the warning.
:::tip
You can also use a browser extension to customize your browser's user agent value. Here is an [example for Chrome](https://chromewebstore.google.com/detail/requestly-intercept-modif/mdnleldcmiljblolnjhpnblkcekpdkpa?hl=en-US).
:::
Expand Down

0 comments on commit 9011b93

Please sign in to comment.