Skip to content

Commit 8563b24

Browse files
committed
docs
1 parent 23b1e01 commit 8563b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Effectively consumers will always receive the most current data, while the load
3333

3434
## Certificates and Chromium
3535

36-
Chromium, and hence the Chrome and Edge browsers, are very sensitive to certificate problems when determining if an item should be cached. Specifically, if a request is done dynamically (type: xhr) and the server is using a self-signed certificate, then the browser will not send the `if-none-match` header. Reference: https://issues.chromium.org/issues/40666473. If self-signed certificates are required during development in lower environment, then use FireFox to test the caching behavior.
36+
Chromium, and hence the Chrome and Edge browsers, are very sensitive to certificate problems when determining if an item should be cached. Specifically, if a request is done dynamically (type: xhr) and the server is using a self-signed certificate, then the browser will not send the `if-none-match` header. [Reference]( https://issues.chromium.org/issues/40666473). If self-signed certificates are required during development in lower environment, then use FireFox to test the caching behavior.
3737

3838

3939
## 304 Not Modified Flow

readme.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Effectively consumers will always receive the most current data, while the load
2626

2727
## Certificates and Chromium
2828

29-
Chromium, and hence the Chrome and Edge browsers, are very sensitive to certificate problems when determining if an item should be cached. Specifically, if a request is done dynamically (type: xhr) and the server is using a self-signed certificate, then the browser will not send the `if-none-match` header. Reference: https://issues.chromium.org/issues/40666473. If self-signed certificates are required during development in lower environment, then use FireFox to test the caching behavior.
29+
Chromium, and hence the Chrome and Edge browsers, are very sensitive to certificate problems when determining if an item should be cached. Specifically, if a request is done dynamically (type: xhr) and the server is using a self-signed certificate, then the browser will not send the `if-none-match` header. [Reference]( https://issues.chromium.org/issues/40666473). If self-signed certificates are required during development in lower environment, then use FireFox to test the caching behavior.
3030

3131

3232
## 304 Not Modified Flow

0 commit comments

Comments
 (0)