@openfin/core 41.100.35 → 41.100.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.35",
3
+ "version": "41.100.37",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",