@openfin/core 41.100.34 → 41.100.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
4403
4403
  *
4404
4404
  * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4405
4405
  * domain should be represented with a single rule.
4406
+ *
4407
+ * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4408
+ * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4409
+ * exists.
4406
4410
  */
4407
4411
  declare type DomainSettings = {
4408
4412
  /**
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
4403
4403
  *
4404
4404
  * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4405
4405
  * domain should be represented with a single rule.
4406
+ *
4407
+ * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4408
+ * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4409
+ * exists.
4406
4410
  */
4407
4411
  declare type DomainSettings = {
4408
4412
  /**
@@ -4403,6 +4403,10 @@ declare type DomainApiSettings = {
4403
4403
  *
4404
4404
  * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4405
4405
  * domain should be represented with a single rule.
4406
+ *
4407
+ * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4408
+ * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4409
+ * exists.
4406
4410
  */
4407
4411
  declare type DomainSettings = {
4408
4412
  /**
package/out/mock.d.ts CHANGED
@@ -4462,6 +4462,10 @@ declare type DomainApiSettings = {
4462
4462
  *
4463
4463
  * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4464
4464
  * domain should be represented with a single rule.
4465
+ *
4466
+ * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4467
+ * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4468
+ * exists.
4465
4469
  */
4466
4470
  declare type DomainSettings = {
4467
4471
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "41.100.34",
3
+ "version": "41.100.36",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",