MrCrayfish's Furniture Mod

MrCrayfish's Furniture Mod

88M Downloads

1.12.2 tvs and images untrusted domain

Mjgamingmcs opened this issue · 3 comments

commented

i put the site in config on client and server but it still says untrusted domain and it used to work but now it just says untrusted domain

commented

i put the site in config on client and server but it still says untrusted domain and it used to work but now it just says untrusted domain

go to the .minecraft/config/cfm.cfg , at the end it has line with "trusted doamins", put your domain between < and>, like

<
i.imgur.com

commented

我将站点放在客户端和服务器上的配置中,但它仍然显示不受信任的域,它曾经有效,但现在它只是说不受信任的域

转到 .minecraft/config/cfm.cfg ,末尾有一行“Trusted Doamins”,将您的域放在 < 和 > 之间,例如

<i.imgur.com

no.It doesn't work at all, I've tried all the ways to add domains, but it always just shows that untrusted domain

commented

image

The fix is relatively simple, yet I don't have a clue why Crayfish doesn't explain this by himself.

Should look instead of this:

S:trusted-url-domains <
	i.imgur.com
 >

like this:

S:trusted-url-domains <
	i.imgur.com >

So you should remove any strings between the last URL and >.