From df963367f0cec27ee261121141dff388387d32ee Mon Sep 17 00:00:00 2001 From: Jeel Rupareliya Date: Sat, 27 Sep 2025 13:59:22 +0530 Subject: [PATCH] added rel to noopner norefrence to the all targets --- README.md | 4 ++-- client/modules/About/pages/About.jsx | 4 ++-- client/modules/IDE/components/AssetListRow.jsx | 2 +- client/modules/IDE/components/Preferences/index.jsx | 4 ++-- client/modules/IDE/components/QuickAddList/QuickAddList.jsx | 1 + client/modules/IDE/components/show-hint.js | 2 +- translations/contributor_docs/ko/README.md | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aead7ae0da..ae6dd37193 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ Support for this project has come from [Processing Foundation](https://processin Hosting and technical support has come from:

- +
- + diff --git a/client/modules/About/pages/About.jsx b/client/modules/About/pages/About.jsx index 40a8852333..a42c38b559 100644 --- a/client/modules/About/pages/About.jsx +++ b/client/modules/About/pages/About.jsx @@ -133,7 +133,7 @@ const About = () => { {t('About.WebEditor')}: v{packageData?.version} @@ -142,7 +142,7 @@ const About = () => { p5.js: v{p5version} diff --git a/client/modules/IDE/components/AssetListRow.jsx b/client/modules/IDE/components/AssetListRow.jsx index 756f5a2d79..fa2550399d 100644 --- a/client/modules/IDE/components/AssetListRow.jsx +++ b/client/modules/IDE/components/AssetListRow.jsx @@ -22,7 +22,7 @@ const AssetMenu = ({ item: asset }) => { return ( {t('AssetList.Delete')} - + {t('AssetList.OpenNewTab')} diff --git a/client/modules/IDE/components/Preferences/index.jsx b/client/modules/IDE/components/Preferences/index.jsx index c74614d70e..11f8a06027 100644 --- a/client/modules/IDE/components/Preferences/index.jsx +++ b/client/modules/IDE/components/Preferences/index.jsx @@ -122,7 +122,7 @@ export default function Preferences() { const markdownComponents = useMemo(() => { // eslint-disable-next-line react/no-unstable-nested-components const ExternalLink = ({ children, ...props }) => ( - + {children} ); @@ -622,7 +622,7 @@ export default function Preferences() { { className="quick-add__item-view" to={url} target="_blank" + rel="noopener noreferrer" onClick={(e) => e.stopPropagation()} > {t('QuickAddList.View')} diff --git a/client/modules/IDE/components/show-hint.js b/client/modules/IDE/components/show-hint.js index 99f7552006..89cc29c94f 100644 --- a/client/modules/IDE/components/show-hint.js +++ b/client/modules/IDE/components/show-hint.js @@ -285,7 +285,7 @@ ${ p5 ? `\ + }" role="link" onclick="event.stopPropagation()" target="_blank" rel="noopener noreferrer">\ open ${name} reference\ ` : `no reference for ${name}` diff --git a/translations/contributor_docs/ko/README.md b/translations/contributor_docs/ko/README.md index 453ad38717..9d60eec814 100644 --- a/translations/contributor_docs/ko/README.md +++ b/translations/contributor_docs/ko/README.md @@ -34,5 +34,5 @@ p5.js 웹 에디터에서 버그를 발견하셨다면, [“이슈” 탭](https 본 프로젝트는 [프로세싱 재단](https://processingfoundation.org/), [뉴욕대 ITP](https://tisch.nyu.edu/itp), [뉴욕시 교육부의 CS4All](http://cs4all.nyc/)에서 후원해주셨습니다. 호스팅과 기술적 지원은 다음 단체들에서 해주셨습니다:
- +