Skip to content

Commit e562c19

Browse files
Add redirect
1 parent c6378dc commit e562c19

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,6 +2301,7 @@
23012301
/cloudflare-one/team-and-resources/devices/warp/user-side-certificates/ /cloudflare-one/team-and-resources/devices/user-side-certificates/ 301
23022302
/cloudflare-one/traffic-policies/lists/ /cloudflare-one/reusable-components/lists/ 301
23032303
/cloudflare-one/traffic-policies/ids/ /cloudflare-one/traffic-policies/enable-ids/ 301
2304+
/cloudflare-one/team-and-resources/devices/agentless/pac-files/ /cloudflare-one/team-and-resources/devices/agentless/pac-files/configure-pac-files/ 301
23042305

23052306
# Email Security new revamp (statics)
23062307
/cloudflare-one/email-security/auto-moves/ /cloudflare-one/email-security/settings/auto-moves/ 301

src/content/docs/cloudflare-one/team-and-resources/devices/agentless/pac-files/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
pcx_content_type: how-to
33
title: Best practices for writing PAC files
44
sidebar:
5-
order: 4
5+
order: 3
66
---

src/content/docs/cloudflare-one/team-and-resources/devices/agentless/pac-files/configure-pac-files.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ import {
1313
APIRequest,
1414
} from "~/components";
1515

16+
<GlossaryDefinition term="PAC file" prepend="A PAC file is " />
17+
1618
:::note
17-
Only available on Enterprise plans.
19+
PAC files are only available on Enterprise plans.
1820
:::
1921

2022
You can apply Gateway HTTP and DNS policies at the browser level by configuring a Proxy Auto-Configuration (PAC) file to connect to a proxy endpoint.
2123

22-
<GlossaryDefinition term="PAC file" prepend="A PAC file is " />
23-
2424
When end users visit a website, their browser will send the request to a Cloudflare proxy server associated with your account to be filtered by Gateway. Note that Gateway [cannot filter every type of HTTP traffic](#limitations) proxied using PAC files.
2525

2626
## Prerequisites
@@ -190,7 +190,7 @@ function FindProxyForURL(url, host) {
190190
- Use a proper text editor such as VS Code to avoid added characters.
191191
:::
192192

193-
## Add additional PAC files
193+
### Add additional PAC files
194194

195195
To add additional PAC files:
196196

src/content/docs/cloudflare-one/team-and-resources/devices/agentless/pac-files/limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: how-to
33
title: Limitations
44
sidebar:
5-
order: 3
5+
order: 4
66
---
77

88
## Traffic limitations
@@ -13,4 +13,4 @@ To enforce HTTP policies for UDP traffic, you must turn on the [Gateway proxy fo
1313

1414
## Gateway DNS and resolver policies
1515

16-
Gateway DNS and resolver policies will always apply to traffic proxied via PAC files, regardless of device configuration.
16+
Gateway DNS and resolver policies will always apply to traffic proxied via PAC files, regardless of device configuration.

0 commit comments

Comments
 (0)