diff --git a/wizard/app/scripts/controllers/configurations/profiles.js b/wizard/app/scripts/controllers/configurations/profiles.js index c18ac84d..d71f2d44 100644 --- a/wizard/app/scripts/controllers/configurations/profiles.js +++ b/wizard/app/scripts/controllers/configurations/profiles.js @@ -21,7 +21,7 @@ angular.module('nethvoiceWizardUiApp') $scope.initGraphics = function () {}; - $scope.tempBlacklist = ["conference", "chat", "phone_buttons", "screen_sharing", "video_conference", "trunks"]; + $scope.tempBlacklist = ["conference", "chat", "phone_buttons", "screen_sharing", "video_conference", "trunks", "privacy"]; $scope.isInBlacklist = function(perm) { return $scope.tempBlacklist.includes(perm);