You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the exact cause of the issue. But if I search google for Automated Password Generator and click on the 7th link to: http://www.adel.nursat.kz/apg/ I get html interpreted as plain text. If I right click on the link and select 'text/html', I still get plain text rendering.
But I looked through your code and it looks like you have cases to handle redirects, so I'm not too sure what's going on here. It would be nice if there was an option to switch the content-type of a page you're already on.
The text was updated successfully, but these errors were encountered:
I'm not sure the exact cause of the issue. But if I search google for
Automated Password Generator
and click on the 7th link to: http://www.adel.nursat.kz/apg/ I get html interpreted as plain text. If I right click on the link and select 'text/html', I still get plain text rendering.I know google search results go through an internal google redirect, in this case: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CEMQFjAG&url=http%3A%2F%2Fwww.adel.nursat.kz%2Fapg%2F&ei=qh1iVLezCZOnyATt_IFQ&usg=AFQjCNEh_kU7d07HplU931gAuBbiH0gVUA&sig2=m8KFeajKpcbl2ikmrwkPHw&bvm=bv.79189006,d.aWw
But I looked through your code and it looks like you have cases to handle redirects, so I'm not too sure what's going on here. It would be nice if there was an option to switch the content-type of a page you're already on.
The text was updated successfully, but these errors were encountered: