mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
[Feat] Bump version to 0.1.0-beta && 1st rel
This commit is contained in:
13
src/aura/jsRewrite/network/disableBehaviorAudit.js
Normal file
13
src/aura/jsRewrite/network/disableBehaviorAudit.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/// Rewrite rules basic config section begins ///
|
||||
|
||||
const type = "networkRequest";
|
||||
|
||||
const urlPattern = "device/behaviorAudit";
|
||||
|
||||
/// End of the rewrite rules basic config section ///
|
||||
|
||||
const requestHook = (originalReq) => {
|
||||
return { redirectURL: "https://127.0.255.255:1145/" };
|
||||
};
|
||||
|
||||
module.exports = { type, urlPattern, requestHook };
|
||||
Reference in New Issue
Block a user