Hacker News new | ask | show | jobs
by codeenlightener 1769 days ago
> The live example on the home page doesn't seem to work. I assumed JS was supported and typed this:

It currently works for me. Can you try again?

1 comments

Absolutely nothing. Firefox or Chrome.
If it's not too hard, could you please press F12, pick "console" and send a screenshot? I wonder if you have some add-on blocking my JS...
You have CORS issue:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://service.denigma.app/explain/demo/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

You are right, I forgot to add "www.denigma.app" to the CORS list.