clach04 / clipboard-confusion

Pure Python 2 and 3 in-memory, single document pastebin, with optional clipboard support with some qrcode support
Apache License 2.0
2 stars 0 forks source link

make clear when JavaScript disabled #22

Closed clach04 closed 4 months ago

clach04 commented 4 months ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript#result_with_scripting_enabled

impacts

<noscript>
 For full functionality of this site it is necessary to enable JavaScript.
 Here are the <a href="https://www.enable-javascript.com/">
 instructions how to enable JavaScript in your web browser</a>.
</noscript>

https://stackoverflow.com/questions/21072738/detecting-noscript-not-the-tag-the-extension has some neat tricks for informing server if js is available in client or not.

https://www.ush.it/2007/10/11/detect-noscript-poc/