Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your browser doesn't support HTML5, Flash or Silverlight. Please update your browser or install Adobe Flash or Silverlight to continue. #1292

Open
Maineit opened this issue Dec 4, 2023 · 5 comments

Comments

@Maineit
Copy link

Maineit commented Dec 4, 2023

Version: r1605
Server: Apache/2.4.41 (Ubuntu)
PHP version: 7.4.3-4ubuntu2.19

When attempting to upload files via Google Chrome or Microsoft Edge, the message "Your browser doesn't support HTML5, Flash or Silverlight. Please update your browser or install Adobe Flash or Silverlight to continue." is displayed.

If you click the "Upload Files" button, it loads a blank page.

@jackald
Copy link

jackald commented Dec 4, 2023

I had this issue when under Options > General Options the System location - System URL value was set to http:// not https://

@Maineit
Copy link
Author

Maineit commented Dec 4, 2023

I had this issue when under Options > General Options the System location - System URI value was set to http:// not https://

It is configured as https:// already.

@BlunoMoretti
Copy link

Any solutions so far?

@klejen
Copy link

klejen commented Apr 8, 2024

I had this issue when the 'unsafe-inline' was not inside the Content-Security-Policy.

try to set this:
add_header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline'" always;

@JayCroghan
Copy link

JayCroghan commented Apr 27, 2024

I had this issue when the 'unsafe-inline' was not inside the Content-Security-Policy.

try to set this: add_header Content-Security-Policy "default-src 'self' http: https: data: blob: 'unsafe-inline'" always;

This didn't work either :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants