13

I have been hacked with cross-site request forgery and I don't know what to do. I have been up all night trying to fix.

Comments
  • 2
    What is the extent of the damage?
  • 2
    How 'hacked' are you ? Is it still running?
  • 1
    I don't know what could have gone wrong, but I just saw this in my devrant console
  • 1
    @alexbrooklyn Yes, I'm yet to find a solution
  • 1
    @Gregozor2121 The initial screenshot I posted was from the project I'm working on, Everything was working fine then suddenly React CDN started throwing errors.
  • 1
    In the devRant picture, I don't see any problem.
    And the first picture looks like a misconfiguration for me, but nothing to worry about.
  • 0
    The first one is on localhost and tries to access a remote script. Are you testing a web project locally that has absolute names for the scripts? Don't use absolute names, use relative ones.
  • 0
    @sbiewald Yeah at first it looks like a misconfiguration but I did not set any Access-Control-Allow-Origin header. And I keep seeing random url as the Access-Control-Allow-Origin header
  • 0
    @theKarlisK The CDN has been working for about 3 days now, I checked online and no one is talking about any issue
  • 0
    OP Image shows cross origin header: https://landwey.ng/

    What is that?
  • 0
    Isn't this due to the recent changes in angular 6? (Guessing because I noticed a .ng tld)

    Good luck solving, we are currently working on the same issue.. let us know if and how you've solved it when you do 😅
  • 1
    @gitpush I have no idea, the url keeps changing and I did not add any url
  • 0
    @incognito No lol, I think it was a google vulnerability https://forbes.com/sites/...
Add Comment