How to unblock my own site..
-
burnout426 Volunteer last edited by burnout426
I can load the forum page, but when I try to register, it says my gmail address has been banned.
Can you just create a user account for us to test with?
-
burnout426 Volunteer last edited by
I tested the preview signature function on the site in Opera 56.0.3051.104 x64 on Windows 10. I tested with and without adblocking turned on. The preview works fine for me and I don't get any errors.
Download the Opera installer, launch it, click "options", set "install path" to a folder on your desktop, set "install for" to "standalone installation", uncheck "import data" and install. Test in that Opera. Do you still have the problem there?
-
A Former User last edited by A Former User
Hi
I have tried that and get the same issue.... I see this when I click on preview..
http://www.vwaudiforum.co.uk/forum/images/misc/opera.JPG
Chrome does the same, that shows it is to do with this
ERR_BLOCKED_BY_XSS_AUDITOR
Can this be disabled or allowed on my site? seems strange yours is OK and mine, which is the same version blocks it
-
burnout426 Volunteer last edited by
@stuarttunstall said in How to unblock my own site..:
ERR_BLOCKED_BY_XSS_AUDITOR
Looking that up, I see https://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details for example.
@stuarttunstall said in How to unblock my own site..:
seems strange yours is OK and mine, which is the same version blocks it
In the signature editor, I just text-aligned some text in the center and changed the color of it. If you're doing more complex things it seems, the form might submit more-complex markup or bbcoded which triggers it. There's a header mentioned on that stackoverflow page that might allow you to tell browsers to disable it.
-
burnout426 Volunteer last edited by
Also see https://peter.sh/experiments/chromium-command-line-switches/#disable-xss-auditor. You can try passing that to Opera's launcher.exe when you start Opera if you want to work around it from Opera's end. But, fixing the site or disabling that for the site would be better.
-
A Former User last edited by A Former User
This appears to be links in my signature... if I remove all clickable links then click preview it works OK.... I then added them back and the error reappeared..
I found this on the vbulletin site and it seems to have worked, same solution as you stated above
-
A Former User last edited by
All seems good now, was confuses me more is my test site which uses the same software etc works OK...
Very odd
Thanks for all the help..