List for cgit developers and users
 help / color / mirror / Atom feed
From: Mateja Maric <mail@matejamaric.com>
To: cgit@lists.zx2c4.com
Subject: Re: Syntax highlighting issue
Date: Wed, 26 Aug 2020 18:24:49 +0200	[thread overview]
Message-ID: <891c75de-9a86-d065-c43f-e1431ad78268@matejamaric.com> (raw)
In-Reply-To: <20200826161114.p5acwu6ttjhxf6qq@chatter.i7.local>

It worked! Thank you so much!

On 8/26/20 6:11 PM, Konstantin Ryabitsev wrote:
> On Wed, Aug 26, 2020 at 05:59:06PM +0200, Mateja Maric wrote:
>> I use cgit on my server (https://git.matejamaric.com) and syntax
>> highlighting doesn't work for some reason.
>>
>> My config file is fine (I think) and python-pygments package is installed.
>>
>> The weirdest thing is that when I view page source, styling and html span
>> tags are there, but code is still not colored for some reason.
> If you look at the dev console, you will see the reason:
>
> Refused to apply inline style because it violates the following Content
> Security Policy directive: "default-src 'self'". Either the
> 'unsafe-inline' keyword, a hash
> ('sha256-icLlI0jX3/L5wqZp69+gNqGNNMcU6bh4T+qqxWv/2as='), or a nonce
> ('nonce-...') is required to enable inline execution. Note also that
> 'style-src' was not explicitly set, so 'default-src' is used as a
> fallback.
>
> You need to change the Content-Security-Policy header to set style-src
> to allow inline styles. E.g. this is on git.kernel.org:
>
> Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; img-src https:
>
> -K

      reply	other threads:[~2020-08-26 16:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 15:59 Mateja Maric
2020-08-26 16:11 ` Konstantin Ryabitsev
2020-08-26 16:24   ` Mateja Maric [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=891c75de-9a86-d065-c43f-e1431ad78268@matejamaric.com \
    --to=mail@matejamaric.com \
    --cc=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).