bramus / mixed-content-scan

Scan your HTTPS-enabled website for Mixed Content
MIT License
522 stars 51 forks source link

Does this work with angular/react #61

Closed awebdeveloper closed 7 years ago

awebdeveloper commented 7 years ago

Does this work with angular/react kind of websites

bramus commented 7 years ago

Hi @awebdeveloper,

mixed-content-scan works by traversing the HTML as it was returned from the server. It does not scan nor interpret/execute JavaScript (and CSS for that matter), so the answer to your question is "no".

To make mixed-content-scan work with your angular/react project, you could set up serverside rendering for it.

Regards, Bramus.