Skip to content

Commit

Permalink
fix: xframe value type (#5336)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzzz authored Jul 4, 2024
1 parent 8ae76d0 commit 872273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ declare module 'egg' {
};
xframe: {
enable: boolean;
value: 'SAMEORIGIN' | 'DENY' | 'ALLOW-FROM';
value: 'SAMEORIGIN' | 'DENY' | string;
};
hsts: any;
methodnoallow: { enable: boolean };
Expand Down

0 comments on commit 872273c

Please sign in to comment.