Skip to content

Commit

Permalink
hgserver: update test to reflect static files move
Browse files Browse the repository at this point in the history
--HG--
extra : histedit_source : 53fbc4be730b11aa799e6bfff1b2dea97d6f2485
  • Loading branch information
indygreg committed Nov 5, 2018
1 parent d1678de commit 0299c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hgserver/tests/test-csp.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CSP header should be present on normal HTTP requests

$ http ${HGWEB_0_URL}mozilla-central/shortlog --header content-security-policy | grep script
content-security-policy: default-src 'none'; connect-src 'self' https://bugzilla.mozilla.org/; img-src 'self'; script-src 'self' 'nonce-*'; style-src 'self' 'unsafe-inline'; upgrade-insecure-requests; frame-ancestors https: (glob)
<script type="text/javascript" src="/mozilla-central/static/mercurial.js"></script>
<script type="text/javascript" src="/static/DOCKER/mercurial.js"></script>
<script type="text/javascript" nonce="*"> (glob)
</script>

Expand Down

0 comments on commit 0299c1b

Please sign in to comment.