zobnin / aiolauncher_scripts

Scripts for the AIO Launcher
https://aiolauncher.app
86 stars 20 forks source link

CLEARTEXT communication not permitted by network security policy #28

Closed cuh7b5 closed 1 week ago

cuh7b5 commented 1 week ago

This script:

function on_resume()
    http:get("http://cuh.sdf.org/test.html")
end

function on_network_result(result)
    ui:show_text(result)
end

function on_network_error(error)
    ui:show_text(error)
end

gives this error message instead of the network result: "CLEARTEXT communication to cuh.sdf.org not permitted by network security policy"

I believe that plain http is no longer permitted for http:get, only https.

Is there a way to use plain http sites? It worked few weeks ago.

Thanks

zobnin commented 1 week ago

Will be fixed in the next version. Thank you.