Https-everywhere: Add exclusion for *.chatango.com/fullpix

Created on 26 Apr 2017  Â·  8Comments  Â·  Source: EFForg/https-everywhere

This website was working fine until last night. It is a messenger/PM service. Please help it work again.

ruleset-bug

All 8 comments

Could you please provide some more details about the issue?
Can you reproduce the issues in a new Firefox Profile with/without HTTPS Everywhere installed?

I think this is a problem with the website itself, not so much with HTTPS Everywhere. Look at the same link, once with http, and once with https
http://chatango.chatango.com/fullpix
https://chatango.chatango.com/fullpix
Personally, I have HTTPS Everywhere disabled on Chatango

Confirm:

function init(){
    var nm = document.URL.split(".chatango.com")[0].split("http://").join("").split("www.").join("");
    var nm0 = nm.charAt(0);
    if(nm.length == 1){
        var nm1 = nm.charAt(0);
    } else {
        var nm1 = nm.charAt(1);
    }
    var img_url = "http://fp.chatango.com/profileimg/" + nm0 + "/" + nm1 + "/" + nm + "/full.jpg";
    document.getElementById("picture").innerHTML = "<img src='" + img_url + "'>";
    document.title = nm + "'s full picture";
}

The split("http://") part won't work with https://.😞

This issue can't be fixed without fixes on the website's side.

We should add an exclusion for this path.

@J0WI I was going to make a PR to delete the ruleset. It's a better idea to add an exclusion, thanks for doing that.

Can someone remove me from this thread

On Fri, Oct 25, 2019 at 4:50 AM pipboy96 notifications@github.com wrote:

@J0WI https://github.com/J0WI I was going to make a PR to delete the
ruleset. It's a better idea to add an exclusion, thanks for doing that.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/EFForg/https-everywhere/issues/9685?email_source=notifications&email_token=AGWA5BE2UD4LLY2SRFNI4KDQQKXPFA5CNFSM4DJDJTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECHVO4Y#issuecomment-546264947,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AGWA5BEQ3UJEBWCMZOHDLVLQQKXPFANCNFSM4DJDJTJQ
.

@wannabacloud GitHub does not allow us to unsubscribe you. Please follow the instructions at https://help.github.com/en/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications#managing-your-notification-settings-for-an-issue-or-pull-request

Was this page helpful?
0 / 5 - 0 ratings