File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ const { locale } = useI18n();
3838 <a
3939 href =" https://github.com/samgozman"
4040 target =" _blank"
41+ rel =" noopener noreferrer"
4142 class =" text-blue-500 hover:text-blue-600"
4243 >
4344 samgozman
@@ -48,6 +49,7 @@ const { locale } = useI18n();
4849 <a
4950 href =" https://www.tinkoff.ru/invest/social/profile/aqua_disco/"
5051 target =" _blank"
52+ rel =" noopener noreferrer"
5153 class =" text-blue-500 hover:text-blue-600"
5254 >
5355 aqua_disco
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ defineProps<{
3333 <a
3434 href =" https://tradingview.com/gopro/?share_your_love=eragonovich"
3535 target =" _blank"
36+ rel =" noopener noreferrer"
3637 class =" text-blue-500 hover:text-blue-600"
3738 >{{ $t("technicalAnalysis.copyright") }}  ; </a
3839 >TradingView
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ defineProps<{
4646 {{ $t("tightshorts.disclaimer") }}
4747 <a
4848 href =" https://tightshorts.ru"
49- rel =" nofollow "
49+ rel =" noopener "
5050 target =" _blank"
5151 class =" underline"
5252 >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ defineProps<{
4141 <a
4242 href =" https://tradingview.com/gopro/?share_your_love=eragonovich"
4343 target =" _blank"
44+ rel =" noopener noreferrer"
4445 class =" text-blue-500 hover:text-blue-600"
4546 >{{ $t("chart.copyright") }}  ; </a
4647 >TradingView
You can’t perform that action at this time.
0 commit comments