We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835c471 commit a4deca2Copy full SHA for a4deca2
packages/angular/ssr/src/app-engine.ts
@@ -98,7 +98,8 @@ export class AngularAppEngine {
98
// eslint-disable-next-line no-console
99
console.warn(
100
'Allowing all hosts via "*" is a security risk. This configuration should only be used when ' +
101
- 'validation for "Host" and "X-Forwarded-Host" headers is performed in another layer.',
+ 'validation for "Host" and "X-Forwarded-Host" headers is performed in another layer, such as a load balancer or reverse proxy. ' +
102
+ 'For more information see: https://angular.dev/best-practices/security#preventing-server-side-request-forgery-ssrf',
103
);
104
}
105
0 commit comments