Skip to content

Commit 1007abd

Browse files
authored
Add some additional documentation around usage of cache, and CSP properties on report (#6377)
* Add documentation around proper usage of IDistributedCache * Add Content-Security-Policy to prevent page from calling into other sites. * Remove remark about IDistributedCache usage * Fix package-lock.json * Remove <remarks> start tag.
1 parent 91eabd6 commit 1007abd

File tree

1 file changed

+1
-2
lines changed
  • src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/html-report

1 file changed

+1
-2
lines changed

src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/html-report/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
<head>
1010
<meta charset="UTF-8" />
11-
<link rel="stylesheet"
12-
href="https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002/office-ui-fabric-core/11.1.0/css/fabric.min.css" />
11+
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'">
1312
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1413
<title>AI Evaluation Report</title>
1514
</head>

0 commit comments

Comments
 (0)