Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2

This commit is contained in:
Art Lowel
2023-06-01 11:00:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { ReferrerService } from './referrer.service';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { isEmpty, hasNoValue } from '../../shared/empty.util';
import { hasNoValue } from '../../shared/empty.util';
import { URLCombiner } from '../url-combiner/url-combiner';
import { Inject, Injectable } from '@angular/core';
import { DOCUMENT } from '@angular/common';

View File

@@ -128,7 +128,7 @@
<div>
{{ 'submission.sections.ccLicense.link' | translate }}
</div>
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener">
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener noreferrer">
{{ licenseLink }}
</a>
<div class="m-2">