Skip to content

Commit

Permalink
Fix dl (#34300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jun 21, 2024
1 parent a487c2f commit c4d14f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Relevant directives include the {{Glossary("fetch directive", "fetch directives"
- `https://example.com/subdirectory`: Matches all attempts to load the exact path `https://example.com/subdirectory`.
- `https://example.com/subdirectory/`: Matches all attempts to load files under `subdirectory` directory. For example, `https://example.com/subdirectory/path/to/file.js`. It does not match `https://example.com/path/to/file.js`.

For more details about how path matching is done refer the [parts matching algorithms](https://w3c.github.io/webappsec-csp/#match-schemes) in the specification.
For more details about how path matching is done refer the [parts matching algorithms](https://w3c.github.io/webappsec-csp/#match-schemes) in the specification.

- `<scheme-source>`

Expand Down

0 comments on commit c4d14f9

Please sign in to comment.