Skip to content

Commit 5fba4e1

Browse files
committed
style: remove trailing spaces
1 parent 40b43e4 commit 5fba4e1

File tree

1 file changed

+2
-2
lines changed
  • www/docs/en/dev/guide/appdev/allowlist

1 file changed

+2
-2
lines changed

www/docs/en/dev/guide/appdev/allowlist/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ By default navigations are only allowed to `file://` URLs. To allow others URLs,
8585
to the host, or as a suffix to the path -->
8686
<allow-navigation href="*://*.example.com/*" />
8787

88-
<!--
88+
<!--
8989
A wildcard can be used to allow the entire network, over HTTP and HTTPS.
9090
This is *NOT RECOMMENDED*
9191
-->
@@ -203,7 +203,7 @@ Here are some example CSP declarations for your `.html` pages:
203203
<!-- Allow everything but only from the same origin and foo.com -->
204204
<meta http-equiv="Content-Security-Policy" content="default-src 'self' foo.com">
205205

206-
<!-- This policy allows everything (eg CSS, AJAX, object, frame, media, etc) except that
206+
<!-- This policy allows everything (eg CSS, AJAX, object, frame, media, etc) except that
207207
* CSS only from the same origin and inline styles,
208208
* scripts only from the same origin and inline styles, and eval()
209209
-->

0 commit comments

Comments
 (0)