Skip to content

perf: Share url querys - #1392

Merged
ZhaoJiSen merged 1 commit into
devfrom
pr@dev@perf_url_query
Jul 4, 2025
Merged

perf: Share url querys#1392
ZhaoJiSen merged 1 commit into
devfrom
pr@dev@perf_url_query

Conversation

@fit2bot

@fit2bot fit2bot commented Jul 4, 2025

Copy link
Copy Markdown
Contributor

perf: Share url querys

@fit2bot
fit2bot requested a review from a team July 4, 2025 11:07
@ZhaoJiSen
ZhaoJiSen merged commit ec5922a into dev Jul 4, 2025
2 of 3 checks passed
@ZhaoJiSen
ZhaoJiSen deleted the pr@dev@perf_url_query branch July 4, 2025 11:08
@sonarqubecloud

sonarqubecloud Bot commented Jul 4, 2025

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
D Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

}, 1000);

window.addEventListener('message', (event) => {
window.addEventListener('message', event => {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarQube Cloud
break;
case 'PING':
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*');
this.iframeRef.nativeElement.contentWindow.postMessage(

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Specify a target origin for this message. See more on SonarQube Cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants