1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(app): fix XSS vulnerabilities (#3230)

This commit is contained in:
Anthony Lapenna 2019-10-07 16:24:48 +13:00 committed by GitHub
parent 2912e78f68
commit b0f48ee3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1541 additions and 19 deletions

View file

@ -1,4 +1,5 @@
import '../assets/css/app.css';
import './libraries/isteven-angular-multiselect/isteven-multi-select.css';
import angular from 'angular';
import './agent/_module';