Giter Club home page Giter Club logo

corrosion's People

Contributors

caracal-js avatar gimmegimmegimm avatar quiteafancyemerald avatar shirt-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

corrosion's Issues

SSL Problems

Describe the bug
These issues are on Heroku and railway.app hosting services.
The hosting platform's SSL causes js to not load, discord login screen to just be blank, and other bugs

image
image
image
image
...etc

However, if you connect with HTTP only, it will work, except there will be no HCapcha (no discord). And there will be that "Not Secure" banner. Confirmed that this is the hosting services fault because it works fine on localhost

Captcha Issue

Captcha loads an error, or doesn't show up at all. This started a week or two ago. Any update on it?

Loading Youtube doesn't work in an iframe

Describe the bug
When in iframe, it won't allow youtube to load any resources with error "Uncaught DOMException: Blocked a frame with origin "https://localhost:8443" from accessing a cross-origin frame."

To Reproduce
Steps to reproduce the behavior:

  1. Place the Public Deployment Example in an iframe
  2. Open Youtube

Expected behavior
Youtube should load

Screenshots
Screen Shot 2021-10-28 at 8 53 34 PM

Desktop (please complete the following information):

  • OS: MacOS Big Sur
  • Browser: Brave

instagram dm problems.

so. whenever i try to go to instagram and go into my dms none of the people load and sometimes it will crash. i dont know how to take a screenshot of this cause its wayy too laggy i dont know why this is happening or if its just normal or something but how do i fix this. ive tried reloading the page try closing the tab and reopening- trying to reset my whole laptop. nothing will work?. im on a chromebook using chrome as a web browser. it is a school laptop.

Error: connect ECONNREFUSED 127.0.0.1:80

Trying to make a demo site on Glitch and I got this error:

Error: connect ECONNREFUSED 127.0.0.1:80

Glitch blocks ports other than 3000, can I move this port to 3000? This is the code I used:

const Corrosion = require('corrosion');
const proxy = new Corrosion();
const http = require('http')
http.createServer((req, res) => 
  proxy.request(req, res) // Request Proxy
).on('upgrade', (req, socket, head) => 
  proxy.upgrade(req, socket, head) // WebSocket Proxy
).listen(3000);

Can't get in discord or anything

Won't let me get on any sites, will take me to a 401/400 page saying that try again later.

If I type in a site, it won't let me go pass.

Takes me to a 401 page saying to try again later.
A clear and concise description of what you expected to happen.

image

On chromebook.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.