mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
285 B
HTML
11 lines
285 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Bug 916054 - URLs with path are ignored by FF's CSP parser</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="testdiv">blocked</div>
|
||
|
<script src="http://test1.example.com/tests/content/base/test/csp/file_csp_regexp_parsing.js"></script>
|
||
|
</body>
|
||
|
</html>
|