Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2d0663

Browse filesBrowse files
falsandtruJonathan Ginsburg
authored andcommitted
docs: add integrity parameter
1 parent dc51a2e commit f2d0663
Copy full SHA for f2d0663

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎docs/config/02-files.md

Copy file name to clipboardExpand all lines: docs/config/02-files.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ The `files` array determines which files are included in the browser, watched, a
5454
* **Default.** `false`
5555
* **Description.** Should the files be served from disk on each request by Karma's webserver?
5656

57+
### `integrity`
58+
* **Type.** String
59+
* **Default.** `undefined`
60+
* **Description.** Set the `integrity` HTML attribute value to the `<script>` or the `<link>` tag to load the resource that matches the given pattern if the pattern is an absolute URL.
61+
5762
## Pattern matching and `basePath`
5863
- All of the relative patterns will get resolved using the `basePath` first.
5964
- If the `basePath` is a relative path, it gets resolved to the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.