Skip to content

Commit e3be5f9

Browse files
committed
MAR-10284 - Research get 5 post from jfrog.com
1 parent 6c700ea commit e3be5f9

File tree

9 files changed

+2
-6
lines changed

9 files changed

+2
-6
lines changed

src/components/BackButtonPost.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export default {
1616
// Get the referrer URL
1717
const referrer = document.referrer;
1818
19-
2019
if (!referrer || window.history.length <= 1) {
2120
this.$router.push('/post/');
2221
return;

src/components/SecurityBlogPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class=" block h-full single-post-preview mx-auto"
44
:href="postObj.href?postObj.href:postObj.path"
55
:target="postObj.tag?'_self':'_blank'"
6-
:rel="postObj.tag?'noopener':'noopener noreferrer'"
6+
:rel="postObj.tag?'':'noopener noreferrer'"
77
data-gac="Links back to JFrog"
88
data-gaa="JFrog Blog"
99
:data-gal="`${postObj.title} | ${postObj.href?postObj.href:postObj.path}`"

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function(Vue, { router, head, isClient }) {
2222
})
2323
head.meta.push({
2424
name: 'referrer',
25-
content: 'strict-origin-when-cross-origin',
25+
content: 'origin',
2626
})
2727
head.meta.push({
2828
'http-equiv' :"Content-Security-Policy",

src/templates/realTimePost.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<div class="container pt-5 pb-10">
55
<BackButtonPost />
66

7-
<!-- <g-link class="text-black hover:text-jfrog-green transition-all" to="/post/" >-->
8-
<!-- < Back-->
9-
<!-- </g-link>-->
107
<h1 class="mt-3 pb-0">{{ $page.realTimePost.title }}</h1>
118
<p class="mt-1 mb-5 green">{{ $page.realTimePost.description }} | {{ $page.realTimePost.date }}</p>
129

static/latest-posts-0.png

-78.1 KB
Loading

static/latest-posts-0.webp

-3.97 KB
Loading

static/latest-posts-1.png

-45.1 KB
Loading

static/latest-posts-1.webp

-38 Bytes
Loading

static/latest-posts-2.png

-15.3 KB
Loading

0 commit comments

Comments
 (0)