From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2832FA0487 for ; Mon, 1 Jul 2019 22:26:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E1AF15F11; Mon, 1 Jul 2019 22:26:39 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 6C7A22BA5 for ; Mon, 1 Jul 2019 22:26:39 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 415ADA0613; Mon, 1 Jul 2019 22:26:39 +0200 (CEST) From: bugzilla@dpdk.org To: ci@dpdk.org Date: Mon, 01 Jul 2019 20:26:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: lab X-Bugzilla-Component: dashboard X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jplsek@iol.unh.edu X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ci@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-ci] [Bug 302] Google's Webcache version of the website does not work X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" https://bugs.dpdk.org/show_bug.cgi?id=3D302 Bug ID: 302 Summary: Google's Webcache version of the website does not work Product: lab Version: unspecified Hardware: All OS: All Status: CONFIRMED Severity: normal Priority: Normal Component: dashboard Assignee: ci@dpdk.org Reporter: jplsek@iol.unh.edu CC: jplsek@iol.unh.edu Target Milestone: --- Google's Webcache version of the website does not save or dynamically load = the tables from Javascript. For example: https://webcache.googleusercontent.com/search?q=3Dcache:AToLV55T2rcJ:https:= //lab.dpdk.org/results/dashboard/+&cd=3D1&hl=3Den&ct=3Dclnk&gl=3Dus This is because the CORS header 'Access-Control-Allow-Origin' is missing fr= om the server response. A solution is to add the header with either a wildcard (*) or a list of all= owed sites. Since the result of the fetch contains different information when logged in= , I don't think it's a good idea to use a wildcard (I'm not sure of the security implications, if any). A list of sites may be okay, but is there a specific list of trusted sites? Another option could be to detect the bot server-side and fully return a rendered page. (This could also add another benefit to CLI users, where a f= ully rendered page is returned, but odds are, you'd probably want to use the REST API.) --=20 You are receiving this mail because: You are the assignee for the bug.=