Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

SUMMARY

This extension bypasses the "XMLHttpRequest" and "fetch" rejections by altering the "Access-
Control-Allow-Origin" and "Access-Control-Allow-Methods" headers for every request that the
browser receives. You can activate the extension by pressing the action button. Also, use the right-
click context menu over the action button to modify which headers the extension manipulates. You
can also ask the extension not to overwrite these headers when the server returns values for them.

The default values for the headers:

Access-Control-Allow-Origin: request initiator or empty


Access-Control-Allow-Methods": GET, PUT, POST, DELETE, HEAD, OPTIONS, PATCH,
PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK
Access-Control-Allow-Methods: request initiator or empty
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: request initiator or *

Additional Features:
1. It can remove the following CSP-related headers:
"Content-Security-Policy", "Content-Security-Policy-Report-Only", "X-WebKit-CSP" and "X-
Content-Security-Policy".

2. It can overwrite the returned 4xx status code from the server. Use this feature when a server does
not support a method, but you want to pretend it does.

You might also like