This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ You configure this list in a module configuration block:
11561156
11571157```js
11581158appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
1159- $sceDelegateProvider.resourceUrlWhiteList ([
1159+ $sceDelegateProvider.resourceUrlWhitelist ([
11601160 // Allow same origin resource loads.
11611161 'self',
11621162 // Allow JSONP calls that match this pattern
@@ -2567,7 +2567,7 @@ You configure this list in a module configuration block:
25672567
25682568```js
25692569appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
2570- $sceDelegateProvider.resourceUrlWhiteList ([
2570+ $sceDelegateProvider.resourceUrlWhitelist ([
25712571 // Allow same origin resource loads.
25722572 'self',
25732573 // Allow JSONP calls that match this pattern
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ trust a URL:
588588
589589 ```js
590590 appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
591- $sceDelegateProvider.resourceUrlWhiteList ([
591+ $sceDelegateProvider.resourceUrlWhitelist ([
592592 // Allow same origin resource loads.
593593 'self',
594594 // Allow JSONP calls that match this pattern
You can’t perform that action at this time.
0 commit comments