Skip to content

Commit d5456a5

Browse files
sarvajealrra
authored andcommitted
Fix: Change category from development to interoperability
Close #1217
1 parent 6826f4e commit d5456a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hint-no-p3p/src/hint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class NoP3pHint implements IHint {
2424

2525
public static readonly meta: HintMetadata = {
2626
docs: {
27-
category: Category.development,
27+
category: Category.interoperability,
2828
description: `Don't use P3P related headers or meta tags`
2929
},
3030
id: 'no-p3p',

0 commit comments

Comments
 (0)