messenger.com

This is where you should report issues arising from the subscription filters.
Locked
giogziro95
New Member
New Member
Posts: 4
Joined: Thu May 18, 2017 10:02 pm
Location: Tbilisi, Georgia

messenger.com

Post 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
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

@@||messenger.com/common/referer_frame.php$subdocument,domain=messenger.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Locked