From c6e100ed1e439abd762b9e588431261cffa83148 Mon Sep 17 00:00:00 2001 From: Nathan Long Date: Wed, 18 May 2022 14:48:09 -0400 Subject: [PATCH] Link to spec. Show port and path. --- www/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index a75c7e7..5e8d842 100644 --- a/www/index.html +++ b/www/index.html @@ -305,7 +305,7 @@
Example navigate-to Policy

Source List Reference

-

All of the directives that end with -src support similar values known as a source list. Multiple source list values can be space separated with the exception of 'none' which should be the only value.

+

All of the directives that end with -src support similar values known as a source list. Multiple source list values can be space separated with the exception of 'none' which should be the only value.

@@ -355,6 +355,16 @@

Source List Reference

+ + + + + + + + + +
img-src https: Allows loading resources only over HTTPS on any domain.
https://example.com:12/path/to/file.jsscript-src https://example.com:12/path/to/file.jsAllows loading resources only over HTTPS and matching the given domain, port, and path.
example.com:*script-src example.com:*Allows loading resources only matching the given domain on any port.
'unsafe-inline' script-src 'unsafe-inline'