You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2020/09/29 12:49:00 UTC

[jira] [Commented] (HDDS-4288) the icon of hadoop-ozone is bigger than ever

    [ https://issues.apache.org/jira/browse/HDDS-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203905#comment-17203905 ] 

Marton Elek commented on HDDS-4288:
-----------------------------------

Thanks to report this issue. I think it's not related to HDDS-4166, but related to the Jenkins migration of Apache INFRA. The new jenkins adds a more secure HTTP headers:

{code}
< Content-Security-Policy: sandbox; default-src 'none'; img-src 'self'; style-src 'self';
< X-WebKit-CSP: sandbox; default-src 'none'; img-src 'self'; style-src 'self';
{code}

IMHO the inline styles which are used in the current code are disabled:

{code}
<a href="{{ "index.html" | relLangURL }}" class="navbar-left" style="height: 50px; padding: 5px 10px 5px 0px;">
{code}

While it's not a production issue, we can move the custom styles to the css, to make it compatible with the jenkins.

> the icon of hadoop-ozone is bigger than ever
> --------------------------------------------
>
>                 Key: HDDS-4288
>                 URL: https://issues.apache.org/jira/browse/HDDS-4288
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.0.0
>         Environment: web : chrome /firefox /safari
>            Reporter: Shiyou xin
>            Assignee: Marton Elek
>            Priority: Trivial
>         Attachments: 1751601366944_.pic.jpg
>
>
> It could be a by-product of the introduction of the issue: https://issues.apache.org/jira/browse/HDDS-4166



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org