Loz Calver
Loz Calver
+1 for this
I’ve encountered this too, admittedly only over the last couple of days. Is there any reason why some providers use HTTP instead of HTTPS? PR: https://github.com/oscarotero/Embed/pull/418
Thanks, I’ll take a look!
Hmm, I’m struggling to recreate this one. I wonder if it could be because previous versions of the plugin (before 0.3.0) used stubs (https://github.com/kinglozzer/idea-silverstripe-plugin/commit/802df8b059fd02d28c4d2d958ce64464dad21ab3) and those may have been indexed....
I haven’t forgotten about this, I’m just really struggling to track down the cause!
We have an app that users can use to search for venues - with results rendered in a map view (lazy loaded) and a list view. Users can toggle to...
@oschaaf That seems to do the trick! Is this a documentation issue in that case?
@Lofesa No, but they’re the only lines I’ve amended. The rest of the config is untouched from an install of `1.13.35.2-0`: /etc/apache2/mods-enabled/pagespeed.conf (I’ve since added `ModPagespeedImagePreserveURLs on` to fix this...
This still appears to be an issue on Apache 2.4.29 / Pagespeed 1.13.35.2-0. I’ll try to find time to test 1.14.36.1 soon
There’s a method in `Form` called `setValidationExemptActions()` (or something similar) - do we just need to add the archive action to that?