Signature File Invalid

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • gnrx
    replied
    A lot time ago, only think that I was forget reply.
    Yes, with this:
    Code:
    header('X-XSS-Protection: 0');
    Also work for me when send a mp with smiles or similar.
    Regards.

    Leave a comment:


  • Steven Tyme
    replied
    Thanks, this worked for me too.

    Leave a comment:


  • Wayne Luke
    replied
    It isn't actually related to vBulletin but a security feature in browsers. Since vBulletin 4 uses older javascript libraries, they can trigger this protection. There is no fix, only a workaround which is turning it off.

    You can turn off XSS checking by adding this line to the top of your /includes/config.php file.
    Code:
    header('X-XSS-Protection: 0');

    Leave a comment:


  • nwind
    replied
    I tried all the above, still getting invalid file.

    Leave a comment:


  • gnrx
    replied
    Originally posted by Wayne Luke

    This would be caused by Chrome and not vBulletin. Most likely some extension you have. I also use Chrome and do not have this issue on vBulletin sites.
    Thank you.

    With type my reply, I was use Chromium (not Chrome), now, after read your reply, I try with Chrome (with any extension and fresh install) and I have the same issue.
    But I test with Firefox, and works fine, not problem.

    Only with Chromium & Chrome.

    Its possible this issue its for some template also edited?

    Again, thank you very much!

    Leave a comment:


  • Wayne Luke
    replied
    Originally posted by gnrx
    If click in save, chrome indicate this:
    Code:
    Chrome has detected an unusual code on this page and has blocked it to protect your personal information.
    Try to access the main page of the website.
    ERR_BLOCKED_BY_XSS_AUDITOR
    For works, I need click in change to source mode editor, and then, when click in save, works fine.

    Thanks and regards!
    This would be caused by Chrome and not vBulletin. Most likely some extension you have. I also use Chrome and do not have this issue on vBulletin sites.

    Leave a comment:


  • gnrx
    replied
    Originally posted by Wayne Luke
    Rebuild the signature cache under Maintenance -> General Update Tools in the AdminCP.
    Hi, this not work for me, but thank you for your attention.

    Originally posted by Mark.B
    Also it might be this issue:

    If you check the 'modifysignature' template in the style you're using, is it showing as being customised? If so, revert this template and this should fix the error.

    If you want to check this manually, edit the template and look for this:

    Code:
    value="http://www."
    Change it to:

    Code:
    value=""
    Yes, this yes, works for me.

    And yes, in the template "modifysignature" I was have
    Code:
    value="http://www."
    I changed like you indicate and yes, works fine.

    But a last doubt:
    In my signature, I have codes for link images amd change style colour.
    If click in save, chrome indicate this:
    Code:
    Chrome has detected an unusual code on this page and has blocked it to protect your personal information.
    Try to access the main page of the website.
    ERR_BLOCKED_BY_XSS_AUDITOR
    For works, I need click in change to source mode editor, and then, when click in save, works fine.

    Thanks and regards!

    Leave a comment:


  • Mark.B
    replied
    Also it might be this issue:

    If you check the 'modifysignature' template in the style you're using, is it showing as being customised? If so, revert this template and this should fix the error.

    If you want to check this manually, edit the template and look for this:

    Code:
    value="http://www."
    Change it to:

    Code:
    value=""

    Leave a comment:


  • Wayne Luke
    replied
    Rebuild the signature cache under Maintenance -> General Update Tools in the AdminCP.

    Leave a comment:


  • gnrx
    replied
    I have the same problem, I use vbulletin 4.2.5 and today I view that, when I go to edit my signature, I can't, I have the same error message "invalid signature", I try with 2 users, and same problem.

    Thanks in advance.

    Leave a comment:


  • nwind
    started a topic Signature File Invalid

    Signature File Invalid

    All the old signature lines continue to work but any attempt to add or edit a signature results in an error message "invalid file". I have searched the settings and cannot find anything to fix. Suggestions appreciated!

    Pat

Related Topics

Collapse

Working...