Skip to content

Commit d1701e7

Browse files
committed
Secured blank target links
1 parent 705d961 commit d1701e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/default/lwc/actions/actions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
Standard platform events do not need to be registered.
216216
See 
217217
<a
218-
noopener
218+
rel="noopener noreferrer"
219219
target="_blank"
220220
href="https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_objects_list.htm"
221221
>documentation</a
@@ -232,7 +232,7 @@
232232
Custom CDC channels cannot be declared via user
233233
interface. Follow these&nbsp;
234234
<a
235-
noopener
235+
rel="noopener noreferrer"
236236
target="_blank"
237237
href="https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_custom_channel.htm"
238238
>metadata deploy instructions</a

0 commit comments

Comments
 (0)