5 ms·
Hmmm, do you have any kind of super duper security plugin maybe? This message makes it sounds like the level of security applied to your Chrome is super anal :)
by Meowlulz 8y ago
Hmmm, do you have any kind of super duper security plugin maybe? This message makes it sounds like the level of security applied to your Chrome is super anal :). And I don't find much of anything Googling for it.
- throwaway987909 8y agoLots' of these in console using chrome on windows. No special settings or anything. Failed to load http://2cbjt.akrin.com:7342/socket.io/?focused=true&url=www.mandalagaba.com&user_agent=Mozilla%2F5.0%20(Windows%20NT%2010.0%3B%20Win64%3B%20x64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F67.0.3396.99%20Safari%2F537.36&EIO=3&transport=polling&t=MJCk_Zd http://2cbjt.akrin.com:7342/socket.io/?focused=true&url=www....: Redirect from 'http://2cbjt.akrin.com:7342/socket.io/?focused=true&url=www.mandalagaba.com&user_agent=Mozilla%2F5.0%20(Windows%20NT%2010.0%3B%20Win64%3B%20x64)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F67.0.3396.99%20Safari%2F537.36&EIO=3&transport=polling&t=MJCk_Zd' http://2cbjt.akrin.com:7342/socket.io/?focused=true&url=www.... to 'http://127.0.0.1:2372/blockpage?id=178' http://127.0.0.1:2372/blockpage?id=178' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.mandalagaba.com' http://www.mandalagaba.com' is therefore not allowed access.
- Meowlulz 8y agoTotally weird but that was an unnecessary tidbit of a script so I removed it. Thanks for pointing it out.
- groby_b 8y agoStill not working on Chrome (67.0.3396.99) Uncaught TypeError: Cannot read property '0' of undefined at update_mouse_position (javascript.min.js:1) at HTMLCanvasElement.on_canvas_mouse_down (javascript.min.js:1) update_mouse_position @ javascript.min.js:1 on_canvas_mouse_down @ javascript.min.js:1
- Meowlulz2 8y agoI'm unable to reproduce so far sorry :\ What box are you running this on?
- groby_b 8y agoChromeOS is the non-working one. It works fine on macOS 69.0.3494.0 and 67.0.3396.99 Looking at the source, it wants to read a touch event whenever touch is supported (in update_mouse_position)-- but I'm using a mouse. Even though there's a touch screen, too :) (And using the touch screen, I can draw) Either way, this is awesome - thank you for putting this together!
- Meowlulz 8y agowow, ok I'll definitely look into it, I'm pretty sure I can get my hands on a ChromeOS box. Thank you so very much for taking the time to point out exactly at what's going on.
- vokep 8y agoSame issue. I've got a touchscreen but use a mouse, works on touchscreen, not mouse. Cannot drag around the canvas even with touch tho.