acrosman / Salesforce2Sql

Electron app to convert a Salesforce org's schema into a similarly shaped database.
MIT License
14 stars 8 forks source link

Add CSP require-trusted-types-for header #180

Open acrosman opened 1 year ago

acrosman commented 1 year ago

Summary The two HTML files lack a require-trusted-types-for CSP directive. The overall application would be more secure with it.

Please describe the problem you are trying to solve. ElectronNegativity uses Google CSP Evaluator which is currently flagging the lack of a require-trusted-types-for CSP directive.

Proposed Solution