-
Notifications
You must be signed in to change notification settings - Fork 68
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
ownCloud incorrectly identified as page to get highlighted #65
Comments
Thanks for reporting this. I've seen this happening to me too. I'll try to work on it sometime soon. |
Any update on this? Every time I download a torrent file the font on the page gets by Sight. Requires me to reload the page after every download so I can get the page back to normal. Thanks! |
I don't have time to work on a solution. Open to good contributions though! |
@tsenart I had a look and I can see why it is happening but I'm not sure how to fix it since I have zero experience in Chrome Extension development. In case you haven't already figured out why, I'll leave my findings here in case it might help you or somebody else resolve the issue in the future. It happens specifically when you have a download link that uses GET parameters to retrieve the file download URL. For example: In the example the extension thinks you're trying to look at a PHP file so the styles get inserted into the page but the extension doesn't take into account that the request is routed to the location of a file to download. Hope that helps. |
ownCloud is a private cloud storage system. I noticed an issue when clicking on a download link that I could link to Sight. Look at owncloud/core#17520 for the issue report at the ownCloud github page.
Is there any way to exclude ownCloud from getting parsed by Sight?
The text was updated successfully, but these errors were encountered: