4.0.2 • Published 2 months ago

@ima/plugin-self-xss v4.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
2 months ago

@ima/plugin-self-xss

The IMA plugin is trying to mitigate Self-XSS security attack by sending simple message into console.

Installation

npm install @ima/plugin-self-xss --save

Add language paths to ima.config.js using the languages config settings. Follwing settings should cover all @ima/ plugins:

// ./ima.config.js
module.exports = {
  languages: {
    cs: [
      './node_modules/@ima/**/*CS.json',
      './app/**/*CS.json',
    ],
    en: [
      './node_modules/@ima/**/*EN.json',
      './app/**/*EN.json',
    ],
  },
};
// ./app/config/services.js
import { SelfXSS } from '@ima/plugin-self-xss';

export default (ns, oc, config) => {
	// ...
	oc.get(SelfXSS).init();
};
4.0.2

2 months ago

4.0.1

1 year ago

4.0.0-rc.5

1 year ago

4.0.0

1 year ago

4.0.0-rc.4

1 year ago

4.0.0-rc.6

1 year ago

4.0.0-rc.1

1 year ago

4.0.0-rc.0

1 year ago

4.0.0-rc.3

1 year ago

4.0.0-rc.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-rc.10

1 year ago

3.0.0-rc.9

2 years ago

3.0.0-rc.8

2 years ago

3.0.0-rc.7

2 years ago

3.0.0-rc.6

2 years ago

3.0.0-rc.5

2 years ago

3.0.0-rc.4

2 years ago

3.0.0-rc.3

2 years ago

3.0.0-rc.2

2 years ago

3.0.0-rc.1

2 years ago

3.0.0-rc.0

2 years ago

2.2.1

2 years ago

2.2.2

2 years ago

2.2.0

2 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago