CSS from an embedded website
-
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]
The topic ‘CSS from an embedded website’ is closed to new replies.