Using Firefox 60.0.1 form submit now not working. Help?
Hi - I have a form submission tool that has worked for years - creates a MySQL entry and uploads a file. It is working fine in other browsers, but not FF 60.0.1. It uses flash and js. The files upload fine but the form data is not sent from FF. Any Ideas?
This is a localhost set up.
Alla svar (2)
More info - when using FF 60.0.1 all fields show "NULL" in the datatbase except file name - all fields populated properly in other browsers.
Note that Firefox disables Flash by default for protocols other than HTTP and HTTPS. This is controlled by this pref that you can find on the about:config page.
- plugins.http_https_only = true
Note thatGoogle has added the .dev domain to the HSTS preload list and thus a secure connection is automatically enforced. The ".dev" domain landed on the HSTS preload list in Firefox 59.0b7 and this means that Firefox will automatically try a secure connection to these TLDs.