Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Unable to run on Firefox 60.0.2 (64-bit) #1

Open
Kshitij29 opened this issue Jun 19, 2018 · 3 comments
Open

Unable to run on Firefox 60.0.2 (64-bit) #1

Kshitij29 opened this issue Jun 19, 2018 · 3 comments

Comments

@Kshitij29
Copy link

Kshitij29 commented Jun 19, 2018

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.

@prbinu
Copy link
Contributor

prbinu commented Jun 25, 2018

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

@Kshitij29
Copy link
Author

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

@wayou
Copy link

wayou commented Aug 8, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants