Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kickass and PirateBay un-usable in Muximux #8

Closed
Flippage opened this issue Jan 15, 2016 · 4 comments
Closed

Kickass and PirateBay un-usable in Muximux #8

Flippage opened this issue Jan 15, 2016 · 4 comments
Labels

Comments

@Flippage
Copy link

I'd like to use muximux to get to KAT / TPB, but when I add them I get some strange issues.

TPB takes over the whole page, and navigates away from muximux.

And KAT has an issue with the background color when viewed in muximux.

Any chance you could take a look at those for me ?

@mescon mescon added the support label Jan 16, 2016
@mescon
Copy link
Owner

mescon commented Jan 16, 2016

TPB might be employing some clever code to break out of the frame.
I don't know what KAT is.

Can you give me the config blocks you are using for TPB and KAT?

@Flippage
Copy link
Author

[kickasstorrents]
enabled = "true"
default = "false"
name = "KickassTorrents"
url = "https://kat.cr/"
landingpage = "true"
icon = "fa fa-cloud-download"

[piratebay]
enabled = "true"
default = "false"
name = "ThePirateBay"
url = "https://thepiratebay.se/"
landingpage = "true"
icon = "fa fa-cloud-download"

@mescon
Copy link
Owner

mescon commented Jan 16, 2016

kat.cr seems to be working fine (at least in the latest version of Muximux - try updating it with git pull or re-download the zip).

TPB is doing if (top != self) top.location.href = location.href; which breaks out of our iframe.
The only solution I've found so far is a non-standard setting called security=restricted added to our iframe, which only Internet Explorer has implemented.

@mescon mescon closed this as completed Jan 17, 2016
@mescon
Copy link
Owner

mescon commented Jan 17, 2016

The security=restricted method also blocks the page from rendering properly, so we can't go that route either.
Haven't found a way to do this, and I'm not sure one exists either, closed unless someone else can pitch in.

@mescon mescon reopened this Jan 20, 2016
mescon added a commit that referenced this issue Jan 20, 2016
…und-color to iframe css (fixes incorrect rendering of same pages).
CoreyJ87 pushed a commit to CoreyJ87/Muximux that referenced this issue Jan 21, 2016
…dded background-color to iframe css (fixes incorrect rendering of same pages).
@mescon mescon closed this as completed Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants