@getkoala/browser
Advanced tools
Comparing version 1.22.0 to 1.22.1
@@ -87,3 +87,3 @@ "use strict"; | ||
(0, forms_1.collectFormSubmissions)(async (details) => { | ||
let allowedOrigin = !details.action; | ||
let allowedOrigin = true; | ||
if (details.action) { | ||
@@ -90,0 +90,0 @@ const formUrl = new URL(details.action); |
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.22.0"; | ||
export declare const version = "1.22.1"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is generated - DO NOT EDIT DIRECTLY. | ||
exports.version = '1.22.0'; | ||
exports.version = '1.22.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -65,3 +65,3 @@ import { build } from '@getkoala/edge-api-client'; | ||
collectFormSubmissions(async (details) => { | ||
let allowedOrigin = !details.action; | ||
let allowedOrigin = true; | ||
if (details.action) { | ||
@@ -68,0 +68,0 @@ const formUrl = new URL(details.action); |
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.22.0"; | ||
export declare const version = "1.22.1"; |
// This file is generated - DO NOT EDIT DIRECTLY. | ||
export const version = '1.22.0'; | ||
export const version = '1.22.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@getkoala/browser", | ||
"version": "1.22.0", | ||
"version": "1.22.1", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -284,3 +284,3 @@ import { build, CountMinSketchOptions } from '@getkoala/edge-api-client' | ||
collectFormSubmissions(async (details) => { | ||
let allowedOrigin = !details.action | ||
let allowedOrigin = true | ||
if (details.action) { | ||
@@ -287,0 +287,0 @@ const formUrl = new URL(details.action) |
// This file is generated - DO NOT EDIT DIRECTLY. | ||
export const version = '1.22.0' | ||
export const version = '1.22.1' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1127313