Page 1 of 1

messenger.com

Posted: Thu May 18, 2017 11:50 pm
by giogziro95
Issue

A filter in EasyPrivacy list is preventing embedded video players from showing up in messages on messenger.com.
  • List: EasyPrivacy
  • Version: 201705161054
  • Filter:

    Code: Select all

    /referer_frame.
    (line 2167)
  • Affected page: Cannot provide since you should be signed in on messenger.com and have a video link in any of the conversations. So, to test it, sign in, type your full name (the name that you use on Facebook) into the search field, click yourself under Contacts, open any youtube video, send the link to yourself, and try to play it by clicking the video thumbnail with a play icon inside the conversation area.
  • Blocked resource:

    Code: Select all

    https://www.messenger.com/common/referer_frame.php
Solution

Since there already is an exception for facebook.com that deals with the issue there (line 12195), it'd be appropriate to modify it so it applies to both domains.
  • Line to replace:

    Code: Select all

    @@||facebook.com/common/referer_frame.php$subdocument,domain=facebook.com
  • Line to replace it with:

    Code: Select all

    @@||*.com/common/referer_frame.php$subdocument,domain=facebook.com|messenger.com
 ! Message from: Lanik
Fixed your subject subject

Re: messenger.com

Posted: Fri May 19, 2017 1:17 am
by smed79

Code: Select all

@@||messenger.com/common/referer_frame.php$subdocument,domain=messenger.com

Re: messenger.com

Posted: Fri May 19, 2017 10:34 am
by Khrin