We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
development
interoperability
1 parent 6826f4e commit d5456a5Copy full SHA for d5456a5
packages/hint-no-p3p/src/hint.ts
@@ -24,7 +24,7 @@ export default class NoP3pHint implements IHint {
24
25
public static readonly meta: HintMetadata = {
26
docs: {
27
- category: Category.development,
+ category: Category.interoperability,
28
description: `Don't use P3P related headers or meta tags`
29
},
30
id: 'no-p3p',
0 commit comments