ZooTools / email-spell-checker

📮 An ultratiny (1.9 KB) and fast JavaScript email checker to reduce users typing a wrong email. Written in TypeScript. Enterprise-grade.
https://zootools.co/tools/email-spell-checker
MIT License
163 stars 12 forks source link

CORS error in HTML demo #28

Open erayalkis opened 1 year ago

erayalkis commented 1 year ago

Current Behavior

When loading up the HTML demo, a CORS error is thrown while loading the JS file.

Expected Behavior

The JS file in the HTML demo should be loaded without any problems.

Steps to Reproduce the Problem

  1. Navigate to /demos/html
  2. Launch the demo through index.html
  3. Observe that you get a CORS error in the developer console, and all functionality is broken.

Environment