Initial commit
Able to actually block scripts using a plugin, have XPC set up between plugin and host process. Limited UI support
This commit is contained in:
15
SBrowserProcessBundle/SBRWebProcessDelegate.h
Normal file
15
SBrowserProcessBundle/SBRWebProcessDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// SBRWebProcessDelegate.h
|
||||
// SBrowser
|
||||
//
|
||||
// Created by James Magahern on 7/22/20.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol SBRWebProcessDelegate <NSObject>
|
||||
|
||||
- (void)webProcessDidConnect;
|
||||
- (void)webProcessDidLoadScriptWithOrigin:(NSString *)origin;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user