Skip to content
#

sniffing

Here are 74 public repositories matching this topic...

jonny-wg2
jonny-wg2 commented Feb 17, 2020

It would be great to have a label to the ksniff pod so I can do filtering and whitelisting of resources in my k8s cluster.

For example, adding a label app=ksniff would be great so I can then identify the resource using

    labelSelector: 
      matchExpressions: 
      - {key: app, operator: NotIn, values: ["ksniff"]}

Current ksniff pod

$  (master) kubectl describe po
dd8
dd8 commented Apr 10, 2018

In https://mimesniff.spec.whatwg.org/#parsing-a-mime-type the following step might be clearer if it explicitly said the trailing sequence after " was to be discarded. Might also be better if the example contains a ';' since the step mentions ';'

Current:

Collect a sequence of code points that are not U+003B (;) from input, given position.
Example: Given text/html;charset="shift_jis"iso-20

Improve this page

Add a description, image, and links to the sniffing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sniffing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.