Skip to content

Commit

Permalink
add rel=noopener
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Sep 2, 2020
1 parent b9c5469 commit d275628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Reservation details
</div>

<div class="well">
<h4>URL to share: <a ng-href="{{$ctrl.reservationUrl}}" class="hidden-xs hidden-sm" target="_blank">{{$ctrl.reservationUrl}}</a></h4>
<h4>URL to share: <a ng-href="{{$ctrl.reservationUrl}}" class="hidden-xs hidden-sm" target="_blank" rel="noopener">{{$ctrl.reservationUrl}}</a></h4>
<small class="visible-xs visible-sm"><a ng-href="{{$ctrl.reservationUrl}}" target="_blank" rel="noopener">{{$ctrl.reservationUrl}}</a></small>
</div>

Expand Down

0 comments on commit d275628

Please sign in to comment.