RedbeardTFL / ATIS_GENERATOR

Other
0 stars 0 forks source link

Improved features, fixed CORS Policy errors #4

Closed Codycody31 closed 1 year ago

Codycody31 commented 1 year ago

removed unneeded error log (should be auto-generated by the server). I have fixed the CORS Policy error for javascript files by adding a .htaccess file to set the Access-Control-Allow-Origin. Of course, this fix will only work if it is run on apache. Added protections against Cross-site Scripting (XSS) and SQL Injection.