Skip to content

Commit 6d00c5c

Browse files
committed
Add link rels
1 parent 43de6e3 commit 6d00c5c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

frontend/src/components/elements/FooterBlock.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

frontend/src/components/widgets/TechnicalAnalysisWidget.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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") }}&nbsp;</a
3839
>TradingView

frontend/src/components/widgets/TightshortsChartWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

frontend/src/components/widgets/TradingviewChartWidget.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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") }}&nbsp;</a
4647
>TradingView

0 commit comments

Comments
 (0)