• Resolved Maiskolben

    (@maiskolben)


    hey guys,
    i was implementing the Content-Security-Policy Header via the meta-tag. As soon I implement it in my index.php header, the calendar will show up mutliple times. And as soon I choose one of the months in the drop down menue, it will be displayed correctly. You can see the behaviour live on the linked website.

    My Content-Security-Policy meta-tag looks like:

    <meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self'; img-src 'none' https://myinternalpage.com;
              script-src 'self'; style-src 'self'; form-action 'self'; base-uri 'self'; font-src 'self'">

    So my question is: are there any external ressources bound in in the scripts for the plugin?

    hope anyone can help!
    cheers

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author hoernerfranz

    (@hoernerfranz)

    I think this Problem has nothing to do with the caldav2ics Plugin, but is related to the calendar Plugin which displays the calendar.
    of course, you should check the ics file generated by caldav2ics first, e.g. with
    Icalendar Validator.

    Thread Starter Maiskolben

    (@maiskolben)

    Hey Franz,
    thanks for your response! I tried the ics validator, there are no erros in the ics. I try something again and will post my results here. Thank you!
    regards, M.

    Plugin Author hoernerfranz

    (@hoernerfranz)

    well, if ics validator finds no errors in the ics file, that means, caldav2ics produces a correct file and hence cannot be responsible for weird presentation from your calendar plugin ?? – you seem to use ics-calendar.
    so, your best bet is to ask there what could be wrong.

    • This reply was modified 4 years, 5 months ago by hoernerfranz.
    Thread Starter Maiskolben

    (@maiskolben)

    I did and it seems there is a little prob with the compatibility between the CSP and the ICS Calendar Plugin. Thank you for the quick response and sorry for the missunderstanding! ?? ??

    • This reply was modified 4 years, 5 months ago by Maiskolben.
    • This reply was modified 4 years, 5 months ago by Maiskolben.
    Plugin Author hoernerfranz

    (@hoernerfranz)

    ok, fine to see you could sort it out :D.
    I’m closing this issue now as resolved as it is not related to caldav2ics.

    Thread Starter Maiskolben

    (@maiskolben)

    sry again! thank you! ??

    Plugin Author hoernerfranz

    (@hoernerfranz)

    no Problem, you’re welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Content-Security-Policy Issue’ is closed to new replies.