Skip to content

Commit 31f3fdb

Browse files
pedrosousaelithrar
authored andcommitted
[Docs] Fix broken anchors (#17211)
1 parent 00cb04c commit 31f3fdb

File tree

6 files changed

+115
-116
lines changed

6 files changed

+115
-116
lines changed

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@
554554
/fundamentals/setup/allow-cloudflare-ip-addresses/ /fundamentals/concepts/cloudflare-ip-addresses/ 301
555555
/fundamentals/basic-tasks/login/ /fundamentals/setup/account/login/ 301
556556
/fundamentals/concepts/redirects/ /fundamentals/reference/redirects/ 301
557+
/fundamentals/reference/changelog/ /fundamentals/reference/ 302
557558

558559
# gateway
559560
/gateway/about/ /cloudflare-one/policies/gateway/ 301

src/content/docs/fundamentals/reference/policies-compliances/content-security-policies.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ title: Content Security Policies (CSPs)
44
head:
55
- tag: title
66
content: Content Security Policies (CSPs) and Cloudflare
7-
87
---
98

109
A **Content Security Policy (CSP)** is an added layer of security that helps detect and mitigate certain types of attacks, including:
1110

12-
* Content/code injection
13-
* Cross-site scripting (XSS)
14-
* Embedding malicious resources
15-
* Malicious iframes (clickjacking)
11+
- Content/code injection
12+
- Cross-site scripting (XSS)
13+
- Embedding malicious resources
14+
- Malicious iframes (clickjacking)
1615

1716
To learn more about configuring a CSP in general, refer to the [Mozilla documentation](https://developer.mozilla.org/docs/web/http/csp).
1817

@@ -22,15 +21,15 @@ Cloudflare’s [CDN](/cache/) is compatible with CSP.
2221

2322
Cloudflare does not:
2423

25-
* Modify CSP headers from the origin web server (except when using Zaraz, to ensure the [Zaraz script is always running](https://blog.cloudflare.com/cloudflare-zaraz-supports-csp/)).
26-
* Require changes to acceptable sources for first or third-party content.
27-
* Modify URLs (besides adding the [`/cdn-cgi/` endpoint](/fundamentals/reference/cdn-cgi-endpoint/) and [Cloudflare Fonts](/speed/optimization/content/fonts/#cloudflare-fonts) that rewrites Google Fonts urls).
28-
* Interfere with locations specified in your CSP.
24+
- Modify CSP headers from the origin web server (except when using Zaraz, to ensure the [Zaraz script is always running](https://blog.cloudflare.com/cloudflare-zaraz-supports-csp/)).
25+
- Require changes to acceptable sources for first or third-party content.
26+
- Modify URLs (besides adding the [`/cdn-cgi/` endpoint](/fundamentals/reference/cdn-cgi-endpoint/) and [Cloudflare Fonts](/speed/optimization/content/fonts/) that rewrites Google Fonts urls).
27+
- Interfere with locations specified in your CSP.
2928

3029
If you require the CSP headers to be changed or added, you can change them using some Cloudflare products:
3130

32-
* If your website is [proxied](/dns/manage-dns-records/reference/proxied-dns-records/) through Cloudflare, you can use a [Response Header Modification rule](/rules/transform/response-header-modification/) to modify or add CSP headers.
33-
* If your website is hosted using [Cloudflare Pages](/pages/), you can set a [`_headers file`](/pages/configuration/headers/) to modify or add CSP headers.
31+
- If your website is [proxied](/dns/manage-dns-records/reference/proxied-dns-records/) through Cloudflare, you can use a [Response Header Modification rule](/rules/transform/response-header-modification/) to modify or add CSP headers.
32+
- If your website is hosted using [Cloudflare Pages](/pages/), you can set a [`_headers file`](/pages/configuration/headers/) to modify or add CSP headers.
3433

3534
### Product requirements
3635

src/content/docs/pages/configuration/monorepos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ While Pages does not provide specialized tooling for dependency management in mo
3838

3939
## Limitations
4040

41-
- You must be using [Build System V2](/pages/configuration/build-image/#v2-build-system/) or later in order for monorepo support to be enabled.
41+
- You must be using [Build System V2](/pages/configuration/build-image/#v2-build-system) or later in order for monorepo support to be enabled.
4242
- You can configure a maximum of 5 Pages projects per repository. If you need this limit raised, contact your Cloudflare account team or use the [Limit Increase Request Form](https://docs.google.com/forms/d/e/1FAIpQLSd_fwAVOboH9SlutMonzbhCxuuuOmiU1L_I5O2CFbXf_XXMRg/viewform).

0 commit comments

Comments
 (0)