boredomdenied

Results 8 comments of boredomdenied

While I can't explain the behavior, the user is now reporting that it works with safari after uncommenting on the resolver line. I made it: `resolver 1.1.1.1 1.0.0.1;` The config...

yea this is still not working.

Does this work with latest versions of ghost & node? I will be trying this today and would like to know if my efforts will be in vain.

It doesn't appear to be working. Made a content/plugins directory, git clone the repo to this, and pasted the section for ghost in post.hbs. I modified the line with url,...

I found this issue that seems related. Link to a potential solution though it's two years old and a fix was said to be already in: https://github.com/matterpoll/matterpoll/issues/174#issuecomment-534236534 MatterMost Fix: https://github.com/mattermost/mattermost-server/pull/12156...

https://github.com/mattermost/mattermost-server/pull/12156/files It looks like this should be hitting the local network yet doesn't for some reason?

As per: https://github.com/moussetc/mattermost-plugin-giphy/issues/21#issuecomment-604713546 I tried shifting this attribute in the `config.json` file From: `"AllowedUntrustedInternalConnections": "",` To: `"AllowedUntrustedInternalConnections": "127.0.1.1, [my-url-redacted], localhost, 127.0.0.1",` Same result

I've tried toggling that and a bit other things without success. I opened #89 If either of you has a clue how to help it would be greatly appreciated for...