Search found 6 matches

by jacdelad
Thu Nov 24, 2016 10:07 am
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

Re: XBox.com

Thrawn wrote:I think every programmer, regardless of their chosen language, needs to understand regex and SQL...
I didn't need it yet. But as you command sir, I will learn it. :)
by jacdelad
Wed Nov 23, 2016 8:13 am
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

Re: XBox.com

Thanks barbaz, you won't believe it, but I actually do understand several programming languages and also wrote tools for a German school for the kids to learn coding, for Windows as well as for some embedded systems. But I never used, tried to understand or learn RegEx-things. Maybe it's really time...
by jacdelad
Tue Nov 22, 2016 10:20 am
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

Re: XBox.com

So, this is what ABE looks now for me:

Code: Select all

Site .microsoft.com
Accept from .microsoft.com
Anon GET
Deny
and

Code: Select all

@^http?://www\.microsoft\.com./
@^https://web\.vortex\.data\.microsoft\.com/
for XSS. Is that correct? Store still works fine.
by jacdelad
Mon Nov 21, 2016 8:22 am
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

Re: XBox.com

I guess microsoft.com shouldn't be intentional malicious. I think you misunderstand. XSS is about other, potentially malicious sites leveraging the trusted status of microsoft.com, to attack microsoft.com. So, if there is an XSS vulnerability, evil.com could insert its own scripts into the pages of...
by jacdelad
Sat Nov 19, 2016 2:21 am
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

Re: XBox.com

Ah, thanks for answering and sorry for the reposting this topic.

I guess microsoft.com shouldn't be intentional malicious. Maybe just a bit data collecting.

Thanks,
Jac
by jacdelad
Fri Nov 18, 2016 7:07 pm
Forum: NoScript Support
Topic: XBox.com
Replies: 12
Views: 5022

XBox.com

Hello, I hope I am providing the correct and enough information. During my visits on xbox.com the webpage freezes every time after some seconds for about 10 seconds or a bit more. NoScript shows a message telling me about XSS attempts. When using "unsafe reloading" the page works until I c...