Skip to content

Conversation

leftrightleft
Copy link
Contributor

@leftrightleft leftrightleft commented Feb 22, 2023

This change modifies the provider to set it to false. This change makes it much easier to test out accessing the API as it disables a security control.

var app = angular.module('pixi',['ngSanitize', 'ngFileUpload', 'infinite-scroll', 'ngMaterial', 'angularMoment' ]).
config(function($sceProvider) {
$sceProvider.enabled(true)
$sceProvider.enabled(false)

Check failure

Code scanning / CodeQL

Disabling SCE

Disabling SCE is strongly discouraged.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josepalafox any tghoughts on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant