somini

Results 170 comments of somini

> This is already done on the latest release. My mistake.

https://github.com/jekyll/jekyll-feed/pull/264 This is now supported on jekyll-feed, but there's a mismatch. Using: ```yml jekyll-archives: enabled: - tags permalinks: tag: "/tag/:name.html" ``` Will lowercase the tag name, while jekyll-feed keeps it...

I think it's a good compromise between ease of configuration and configuration power, but it's your call.

I rebased this into the latest master.

I too am trying to find a solution similar to this to use Whatsapp Web on mobile, to be able to see full resolution pictures without giving the Storage permission....

https://developer.android.com/reference/android/webkit/WebViewClient.html#shouldOverrideUrlLoading(android.webkit.WebView,%20android.webkit.WebResourceRequest) It seems to be possible to at least prevent this redirect. What needs to be done is to completely disallow any possible request with the mobile UA, to avoid...

> Browsers not based in WebView, like Fennec (Firefox) or Firefox Klar (Firefox Focus) I think Firefox Focus is just a WebView, if I'm not mistaken. At least it's WebKit......