csptester icon indicating copy to clipboard operation
csptester copied to clipboard

Unable to run on Firefox 60.0.2 (64-bit)

Open Kshitij29 opened this issue 7 years ago • 3 comments

Trying to test on Firefox 60.0.2 (64-bit). Following the example in README.md,

CSP Header : default-src 'self';

HTML code :

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>CSP Tester</title>

    <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    
  </head>
  <body>
    <h1>Hello, world!</h1>

    <img src="http://l.yimg.com/a/i/us/nws/weather/gr/30d.png"> </img>
  </body>
</html>

Result : No violation reported

Expected( as per README): 4 violations

Server and Redis responses(combined, as Redis was running in background):


GET / 200 2.705 ms - 2384
GET /stylesheets/pure/0.5.0/pure-min.css 200 1.960 ms - 18943
GET /stylesheets/style.css 200 2.726 ms - 1713
POST /test 200 3.645 ms - 2260
Reply: OK
GET /stylesheets/pure/0.5.0/pure-min.css 304 0.788 ms - -
GET /stylesheets/style.css 304 0.655 ms - -
GET /stylesheets/jquery/1.11.2/themes/smoothness/jquery-ui.css 200 2.203 ms - 31245
GET /javascripts/jquery/jquery-1.11.2.min.js 200 2.358 ms - 95932
GET /javascripts/testscript.js 200 2.019 ms - 1834
GET /javascripts/jquery/jquery-ui-1.11.2.min.js 200 2.933 ms - 90338
GET /images/spinner.gif 200 0.639 ms - 1553
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.777 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.709 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.786 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.732 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.759 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.829 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.719 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.724 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 1.159 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.696 ms - -
REDIS RECORDS LEN: 0
GET /report/yg4YPcfWmM8Exkgs 200 0.708 ms - -


Please tell if I am doing something wrong.

Kshitij29 avatar Jun 19 '18 09:06 Kshitij29

Not worked on it for a while. I think it is because redis not setup/working correctly.

prbinu avatar Jun 25 '18 16:06 prbinu

Reinstalled Redis. I see it is working properly through the Redis-cli but the issue persists.

Kshitij29 avatar Jun 27 '18 06:06 Kshitij29

also not work on chrome (Version 67.0.3396.99 (Official Build) (64-bit))

wayou avatar Aug 08 '18 03:08 wayou