cozy / cozy-home-v2

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
94 stars 53 forks source link

Warn users with JS disabled #455

Open clochix opened 9 years ago

clochix commented 9 years ago

Users coming to the demo page with a browser with JavaScript disabled see nothing but a white page. We should display them a warning message, that the site need JavaScript. (demo is blacklisted in some malware lists, so some extensions prevent execution of scripts from this domain, and users just see a white page).

kao98 commented 8 years ago

On cozycloud.cc, I wasn't able to login with JS disabled. I tried, I had a login error message while I typed the correct password. Is this a known issue? Should I open a new one?

clochix commented 8 years ago

Hi @kao98,

for now, you have to enable Javascript to use your Cozy instance. We depend on client side JS and have no short term plan to do server side rendering and allow to access Cozy with JS disabled. If you use security addons like NoScript, you should whitelist the domain of your instance.

What's your usecase for accessing your instance with JS disabled ?

kao98 commented 8 years ago

I use NoScript. Maybe it just miss a message to inform javascript is required?

clochix commented 8 years ago

Yes, displaying such a message is the goal of this issue ;-)