SSAgov / ANDI

A tool to test web content for accessibility and 508 compliance.
https://www.ssa.gov/accessibility/andi/help/howtouse.html
Other
293 stars 75 forks source link

Host my own ANDI in my DEV domain #201

Closed mustang492 closed 1 year ago

mustang492 commented 1 year ago

Good Morning,

I am trying to setup ANDI in my closed DEV domain. I completed the steps provided on the ANDI FAQ page setting up locally , but there must be something that I am missing. I keep getting "Not allowed to load local resource: file:///D:/ANDI/andi.js". I have tried a few things like chrome.exe allow-access-from-file and I tried something similar in Firefox. Any recommendations is greatly appreciated. Thank you

JohnCotterSSA commented 1 year ago

When you host ANDI locally on a file server, you will only be able to test pages that are also on the file server. The browser will prevent you from testing server-hosted content (pages on the web).

To test pages on the web, you will need to host ANDI on a web server.

mustang492 commented 1 year ago

Thank you