This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Commit 2836554
Stephen Gutekanst
fix: do not leak referrer when clicking Sourcegraph extension links
Prior to this change clicking a link provided by a Sourcegraph extension
would leak referrer information. We apply the same `rel` attribute in
Sourcegraph to prevent this:
https://sourcegraph.com/github.com/sourcegraph/sourcegraph@4ac84723437a325405bf073a99f45fae1be9ec43/-/blob/src/repo/blob/LineDecorationAttachment.tsx#L52:17
Now we also prevent it here in the browser extension.
Fixes sourcegraph/sourcegraph-extension-api#1061 parent 3e13ce2 commit 2836554
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
0 commit comments