Skip to content

Commit 1ed55bc

Browse files
chore: Align code/src/vs/base/common/network.ts with upstream
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent a99228e commit 1ed55bc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

code/src/vs/base/common/network.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,11 @@ class FileAccessImpl {
354354
export const FileAccess = new FileAccessImpl();
355355

356356
export const CacheControlheaders: Record<string, string> = Object.freeze({
357-
'Cache-Control': 'no-cache, no-store',
357+
'Cache-Control': 'no-cache, no-store'
358+
});
359+
360+
export const DocumentPolicyheaders: Record<string, string> = Object.freeze({
361+
'Document-Policy': 'include-js-call-stacks-in-crash-reports'
358362
});
359363

360364
export namespace COI {

0 commit comments

Comments
 (0)