Skip to content

Commit

Permalink
Update API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Apr 16, 2021
1 parent a0ecb67 commit d06cd8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,13 @@ export interface CoreConfigUsageData {
supportedProtocols: string[];
clientAuthentication: 'none' | 'optional' | 'required';
};
securityResponseHeaders: {
strictTransportSecurity: string | null;
xContentTypeOptions: string | null;
referrerPolicy: string | null;
permissionsPolicyConfigured: boolean;
disableEmbedding: boolean;
};
};
// (undocumented)
logging: {
Expand Down

0 comments on commit d06cd8c

Please sign in to comment.