stream-engine-player 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -43276,7 +43276,7 @@
43276
43276
  default: videojs$1
43277
43277
  }, Symbol.toStringTag, { value: "Module" }));
43278
43278
  const name$1 = "stream-engine-player";
43279
- const version$2 = "0.0.16";
43279
+ const version$2 = "0.0.17";
43280
43280
  const description = "Stream engine player";
43281
43281
  const type$1 = "module";
43282
43282
  const files$1 = [
@@ -66612,6 +66612,11 @@
66612
66612
  type: inputType($scope.src) === "youtube" ? "video/youtube" : isHls($scope.src) ? "application/x-mpegURL" : void 0
66613
66613
  }
66614
66614
  ];
66615
+ try {
66616
+ new URL($scope.adTagUrl);
66617
+ } catch {
66618
+ $scope.adTagUrl = "";
66619
+ }
66615
66620
  $scope.options = {
66616
66621
  controls: !!$scope.controls,
66617
66622
  transparent: !!$scope.transparent,