Skip to content

Commit

Permalink
ci: apply automated fixes (attempt 3/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 17, 2025
1 parent 4dd3e81 commit 4f1aef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/pricing-limits/free-plan-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ You can remove the interstitial by upgrading to [any paid plan](https://ngrok.co

- 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">
<Tabs groupId="headers" queryString="library">

<TabItem value="axios" label="Axios">
```js
axios.get(url, { 'headers': { 'ngrok-skip-browser-warning': '1' } })
.then((response => {
Expand Down

0 comments on commit 4f1aef1

Please sign in to comment.