• I have a holiday cottage site which pulls in an embedded calendar from http://www.holidayrentalmanagement.com. I wish to exclude some css and js from the caching but I cannot see an option to wildcard the domain. So when I add a rule to exclude, say *holiday* it prefixes the domain.

    Actual Result:
    Contains: *holiday*
    https://www.crookwathcottage.co.uk/(.*)*holiday*(.*)

    What I would like to achieve

    Contains: *holiday*
    (.*)*holiday*(.*)

    I have a workaround to exclude the entire page from caching, but that’s not really what I was after.

    Any way around this?
    Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Emre Vona

    (@emrevona)

    you should add the “holiday” keyword instead of “*holiday*”. Don’t you the “*” char please. and clear all cache with minified sources after adding the exclude rule.

Viewing 1 replies (of 1 total)

The topic ‘CSS from an embedded website’ is closed to new replies.