From 437fd9744543b14130d58c3ea5b7b10495e8e7a7 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 8 Feb 2016 13:09:57 +1300 Subject: New release check list integration test to pro-actively detect 'abnormal whitespaces' issue Refs #9729 #9715 #9712 --- libs/bower_components/angular/angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/bower_components/angular/angular.js b/libs/bower_components/angular/angular.js index ccf3b4bafe..a72a457951 100644 --- a/libs/bower_components/angular/angular.js +++ b/libs/bower_components/angular/angular.js @@ -13333,7 +13333,7 @@ function adjustMatchers(matchers) { * * - your app is hosted at url `http://myapp.example.com/` * - but some of your templates are hosted on other domains you control such as - * `http://srv01.assets.example.com/`,  `http://srv02.assets.example.com/`, etc. + * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc. * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. * * Here is what a secure configuration for this scenario might look like: -- cgit v1.2.3