From 19f1f1c9a4746e71eeaee2cc01f3470a60a1e136 Mon Sep 17 00:00:00 2001 From: nmusaelian-rally Date: Fri, 21 Feb 2014 08:16:14 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 670828c..37f0d69 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,11 @@ Similar to the steps above, you can also display shared Rally apps. This means the App must be "shared" to run outside of Rally. An unshared app will result in a 404 Page Not Found error. +NOTE: Please check gcookie handling policy in your browser(s). +If there is a policy in place that blocks third party cookies, add an exception for Rally. For example, a Chrome user reported receiving "Cannot read property 'LegacyBootstrapper' of undefined" error, whch was resolved by adding Rally to the exceptoins list. + +I can add an exception for rally + ###### Confluence access to Standard Reports This example shows how to display Rally From 9a8586a2fd9cfb89b8e363ac92f6b3d47f84d8c5 Mon Sep 17 00:00:00 2001 From: nmusaelian-rally Date: Fri, 21 Feb 2014 08:21:50 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f0d69..f43ee09 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Similar to the steps above, you can also display shared Rally apps. This means the App must be "shared" to run outside of Rally. An unshared app will result in a 404 Page Not Found error. -NOTE: Please check gcookie handling policy in your browser(s). +NOTE: Please check cookie handling policy in your browser(s). If there is a policy in place that blocks third party cookies, add an exception for Rally. For example, a Chrome user reported receiving "Cannot read property 'LegacyBootstrapper' of undefined" error, whch was resolved by adding Rally to the exceptoins list. I can add an exception for rally