[RESOLVED] unsure how to resolve ABE conflict

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [RESOLVED] unsure how to resolve ABE conflict

Re: unsure how to resolve ABE conflict

by barbaz » Tue Oct 03, 2017 1:09 am

ginahoy wrote:I added to USER instead of SYSTEM... not sure if that's what you edited,
Yep.
ginahoy wrote:Working now! Thanks.
You're welcome! Image

Re: unsure how to resolve ABE conflict

by ginahoy » Tue Oct 03, 2017 1:08 am

Sorry, my bad. I added to USER instead of SYSTEM... not sure if that's what you edited, but I've been known to not read something carefully :oops:

Working now! Thanks.

Re: unsure how to resolve ABE conflict

by barbaz » Tue Oct 03, 2017 1:05 am

Image
The exception should allow that. Did you read my post before I added instructions where to put the exception?

Re: unsure how to resolve ABE conflict

by ginahoy » Tue Oct 03, 2017 12:59 am

The ABE feedback popup was MUCH shorter (the part after the <<<), but presumably that's because I generated the error in a different way. But the DENY is the same..

Code: Select all

POST https://metrics.plex.tv/collect/event [HTTP/2.0 200 OK 576ms]
PUT XHR https://plex.tv/api/v2/pins/link [HTTP/1.1 204 No Content 522ms]
[ABE] < LOCAL> Deny on {GET http://localhost:32400/web/index.html# <<< https://app.plex.tv/auth/#!?clientID=0b46wvvo3rmox542i3rv1efq&forwardUrl=http%3A%2F%2Flocalhost%3A32400%2Fweb%2Findex.html%23&code=8S1X - 6}
SYSTEM rule: Site LOCAL Accept from LOCAL Deny

Re: unsure how to resolve ABE conflict

by barbaz » Tue Oct 03, 2017 12:35 am

Does this work? -
NoScript Options > Advanced > ABE > SYSTEM, add *at the very top*

Code: Select all

Site http://localhost:32400/*
Accept from https://app.plex.tv/*
If not, please post the full messages from ABE in the Browser Console (Ctrl-Shift-J).

[RESOLVED] unsure how to resolve ABE conflict

by ginahoy » Tue Oct 03, 2017 12:30 am

I recently downloaded Plex Media Server on my new Linux machine. To set up PMS, I must sign into my Plex account, upon which, I get the following ABE feedback: http://bit.ly/2hHa1Vs. The site confirms successful sign-in, but fails to redirect me to my local Plex server page. I had to disable ABE to continue.

I can live with this as it's only an issue during setup or version upgrades, but I'm guessing there's a custom rule I need to add. I don't recall this happening on my XP machine (I have the same browser and ABE settings & rules), although it's been several years since I upgraded so I may have simply forgotten that I had to disable ABE.

Top