this repo has no description

quietLoggers: self-xss isn't broken

uses old i18n system but points to a module used by the marketing site
thats included in the client

Changed files
+7
packages
core-extensions
src
quietLoggers
+7
packages/core-extensions/src/quietLoggers/index.ts
···
] as { [0]: string | RegExp; [1]: string }[];
export const patches: Patch[] = [
+
{
+
find: ".Messages.SELF_XSS_HEADER",
+
replace: {
+
match: /\(null!=.{1,2}&&"0\.0\.0"===.{1,2}\.remoteApp\.getVersion\(\)\)/,
+
replacement: "(true)"
+
}
+
},
...loggerFixes,
...stubPatches.map((patch) => ({
find: patch[0],