Intevation / intelmq-fody

Web interface to IntelMQ
9 stars 3 forks source link

Support for Firefox ESR 45 #1

Closed bernhardreiter closed 7 years ago

bernhardreiter commented 8 years ago

Routing currently does not work with current ESR Mozilla Firefox 45.4.0. This is a defect with current https://github.com/misterGF/CoPilot as well (but there is no good known way to report it to upstream, github issues are disabled and pullrequest do not seem to be appropriate).

Observation: On Chromium: select any subroute, e.g. https://copilot.mistergf.io/tables: works. On Firefox: does not work: briefly shows the right page and then does a real request to the server, which goes 404. If you use the back-button of the browser, you get the tables page.

Expectation: should probably works. Analysis: (initial ideas) maybe an issue with vue-router, though I would expect it to work. So maybe it is interference with connect-history-api-fallback and how both are used. AdminLTE does this will.

Partial workaround: A test on firefox 49 would show if this is related to some new browser capability.

bernhardreiter commented 7 years ago

It may have been fixed at Firefox side or somewhere in vue or vue-router. It works now in my tests.