content/base/test/csp/file_csp_regexp_parsing.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!DOCTYPE HTML>
     2 <html>
     3   <head>
     4     <title>Bug 916054 - URLs with path are ignored by FF's CSP parser</title>
     5   </head>
     6   <body>
     7   <div id="testdiv">blocked</div>
     8   <script src="http://test1.example.com/tests/content/base/test/csp/file_csp_regexp_parsing.js"></script>
     9 </body>
    10 </html>

mercurial