Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Sep 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Google Chrome Generated Error

    Quote Originally Posted by Website Rob View Post
    Apparently it is a "bug" in Chrome 57, being a bit over zealous on protection. Newest version is supposed to have corrected it and suggest upgrading to newest version of Chrome.

    If that doesn't work then edit this file:

    public_html/ADMIN_NAME/.htaccess

    add in:

    # Protection against XSS (Cross-Site Scripting)
    Header set X-XSS-Protection "1; mode=block"

    If that doesn't work change the line to read:
    Header set X-XSS-Protection "0"

    Let us know what worked for you as many others may have or start having, the same problem.
    The 2nd one worked for me (Header set X-XSS-Protection "0").

    My problem was that I could not update product pages. I would get the message: 'Chrome detected unusual code on this page and blocked it to protect your personal information...'

    Thank you for this fix. I like the fact that it works at the Admin level instead of the whole site.

    I am using Opera with Chrome/58.0.3029.81.

    Name:  2017-05-28 09_29_10.jpg
Views: 563
Size:  53.5 KB
    Last edited by kavlito; 28 May 2017 at 02:42 PM.

  2. #12
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    527
    Plugin Contributions
    0

    Default Re: Google Chrome Generated Error

    Quote Originally Posted by mc12345678 View Post
    What is your setup regarding use of an SSL certificate?

    What plugin's do you have installed?

    What is the history of updating the site's files? How was that accomplished?
    Well, you know my site and well and I am getting the same error!

  3. #13
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Google Chrome Generated Error

    Good grief still an issue in July.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #14
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    A smaller fix than the .htaccess fix which was proposed in previous posts is just to update admin/product.php. Right before

    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">^M
    add

    Code:
    <?php echo header('X-XSS-Protection:0'); ?>
    and this issue will be fixed for product editing, which I think is where it mostly occurs.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #15
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    What you is true although I would not recommend it. To me it is adding just adding confusion to coding in the sense that putting Apache directives in PHP files makes it confusing to coders on where to find them. The .htaccess file is the place for Apache directives so why not make it easier for future customization?

  6. #16
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    a) I'm hoping I'll be able to remove this shortly when Google fixes the issue.
    b) You're giving up *all* XSS protection because one form doesn't work. To me, this is not a great trade off. But suit yourself.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #17
    Join Date
    Jun 2012
    Location
    California
    Posts
    202
    Plugin Contributions
    0

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    In my case I have been using the newest google chrome without issue and then suddenly today I was editing an item, clicked "Preview" and got the error page. Went back to look for the item I was editing and it actually caused all the products information to be wiped from the database. The only thing left was the space in the database and it's ID number. I used swguy's work around for now but damn this is August and it is still an issue?

  8. #18
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    Despite popular opinion, the easiest solution is: don't use Chrome.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #19
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    Resistance is futile. You will be absorbed.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #20
    Join Date
    Feb 2009
    Posts
    861
    Plugin Contributions
    0

    Default Re: Google Chrome Error ERR_BLOCKED_BY_XSS_AUDITOR

    It is September and still not fixed by Chrome. :)

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 10
    Last Post: 16 Apr 2011, 10:09 PM
  2. Google Chrome showing SSL error. Some content not secured.
    By Silum in forum Basic Configuration
    Replies: 2
    Last Post: 27 Jul 2009, 02:49 PM
  3. Allignment error with google chrome
    By beavertje in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Jun 2009, 03:35 PM
  4. Google chrome
    By qudat in forum General Questions
    Replies: 1
    Last Post: 11 Mar 2009, 08:47 AM
  5. Google Chrome Drama
    By zilla in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 5 Sep 2008, 05:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR