Results 14 issues of jviide

Support traps serving .jpg, .png etc. as some services and bots only watch for images. Suggested by https://twitter.com/raimue/status/794558042255851520.

feature

Publish the "country code -> flag emoji" helper as a separate library, currently located at `lib/country-flag.js`. Double-check that npm doesn't already have a replacement with a suitably small code side....

task

User-Agents take a lot of space in the monitor view. We could use something like [browscap-js](https://github.com/mimmi20/browscap-js) or [node-browscap](https://github.com/dangrossman/node-browscap) to perform an educated guess about the browser (or crawler etc.) based...

feature

At the moment this info is collected by the worker service, but now shown in the monitor view.

feature

Document the following things: - What project components are there (browser code, frontend service, worker). - How the components work together. - Requirements & assumptions (example: browser bundle has to...

task

Publish the "copy to clipboard" helper as a separate library, currently located at `lib/copy-to-clipboard.js`. Double-check that npm doesn't already have a replacement with a suitably small code side. If there...

task

This pull request removes the Signal.prototype.subscribe method. This change is based on discussions on the Preact Slack.

This pull request removes the Signal.prototype.toString method. This is based on discussion on the Preact Slack, where there was no 100% certainty for this change yet, so feel free to...

This pull request adds the [nuxt-security](https://nuxt-security.vercel.app/) module to the setup, and using it to add several recommended security headers like [Strict-Transport-Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) and [Referrer-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy). Personally the greatest interest lies in the...