WO2016141689A1 - 信息过滤方法及装置 - Google Patents
信息过滤方法及装置 Download PDFInfo
- Publication number
- WO2016141689A1 WO2016141689A1 PCT/CN2015/088564 CN2015088564W WO2016141689A1 WO 2016141689 A1 WO2016141689 A1 WO 2016141689A1 CN 2015088564 W CN2015088564 W CN 2015088564W WO 2016141689 A1 WO2016141689 A1 WO 2016141689A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- code
- information filtering
- webpage
- operator
- server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0227—Filtering policies
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0227—Filtering policies
- H04L63/0245—Filtering by information in the payload
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/53—Network services using third party service providers
Definitions
- the present disclosure relates to the field of Internet technologies, and in particular, to an information filtering method and apparatus.
- the HTTP HyperText Transfer Protocol
- the operator server When the user browses the webpage by using the browser, the HTTP (HyperText Transfer Protocol) request is sent to the operator server through the network provided by the communication carrier, and the carrier server forwards the HTTP request to the corresponding web server. .
- HTTP HyperText Transfer Protocol
- the web server After receiving the HTTP request, the web server returns a corresponding HTML (HyperText Markup language) code to the webpage browsing client through the operator server, and the browser parses and displays the HTML code, thereby implementing the webpage display. .
- HTML HyperText Markup language
- the operator server sends the HTML code returned by the web server to the browser, the advertisement code may be inserted into the HTML code, so that the browser displays the original webpage and also displays the advertisement inserted by the operator, affecting the user. Normal browsing.
- the embodiment of the present disclosure provides an information filtering method and device, and the technical solution is as follows:
- an information filtering method comprising:
- the network identifier is an identifier of a communication carrier providing the network
- the operator insertion code in the webpage code is filtered according to the information filtering rule, and the webpage code is sent by the webpage server to the client through the operator server.
- the method further includes:
- the behavior of inserting the operator insertion code by the operator server is detected by accessing the preset webpage page;
- the information filtering rule is generated according to the network identifier and the operator insertion code.
- detecting, by using a preset webpage page, whether the operator server inserts an operator insertion code including:
- generating information filtering rules according to the network identifier and the operator insertion code including:
- An information filtering rule is generated according to the correspondence between the network identifier and the operator insertion code.
- the method further includes:
- the information filtering rule is reported to the server, and the server is configured to summarize the information filtering rules sent by each client, and generate update information of the information filtering rules for each communication carrier;
- an information filtering apparatus comprising:
- the obtaining module is configured to obtain a network identifier of the currently visited network, where the network identifier is an identifier of a communication carrier that provides the network;
- the first detecting module is configured to detect whether an information filtering rule corresponding to the network identifier is stored
- the filtering module is configured to: when the information filtering rule is stored, filter the operator insertion code in the webpage code according to the information filtering rule, where the webpage code is sent by the webpage server to the client through the operator server.
- the device further includes:
- the second detecting module is configured to: when the information filtering rule is not stored, detect whether the operator server has inserted the operator insertion code by accessing the preset webpage page;
- the generating module is configured to generate an information filtering rule according to the network identifier and the operator insertion code when the operator server has the behavior of inserting the operator insertion code.
- the second detecting module includes:
- a receiving submodule configured to receive a first webpage code sent by an operator server
- the detecting submodule is configured to detect whether the first webpage code is the same as the second webpage code, where the second webpage code is an original webpage code corresponding to the preset webpage page;
- the first determining submodule is configured to determine that the operator server has an action of inserting an operator insertion code when the first webpage code is different from the second webpage code.
- generating a module including:
- Obtaining a submodule configured to obtain a difference code between the first webpage code and the second webpage code
- a second determining submodule configured to determine the difference code as an operator insertion code
- Generating a submodule configured to generate an information filtering rule according to a correspondence between a network identifier and an operator insertion code then.
- the device further includes:
- the reporting module is configured to report information filtering rules to the server, and the server is configured to summarize information filtering rules sent by each client, and generate update information of information filtering rules for each communication carrier.
- the update module is configured to receive update information of the information filtering rule corresponding to the current access network sent by the server, and update the information filtering rule according to the update information.
- an information filtering apparatus comprising:
- a memory for storing executable instructions of the processor
- processor is configured to:
- the network identifier is an identifier of a communication carrier providing the network
- the operator insertion code in the webpage code is filtered according to the information filtering rule, and the webpage code is sent by the webpage server to the client through the operator server.
- the operator insert code in the webpage code is filtered by using the information filtering rule corresponding to the current network; the problem of displaying the advertisement inserted by the operator in the webpage is affected, and the normal browsing of the user is affected; The inserted ads are filtered to ensure that the content of the webpage is displayed.
- FIG. 1 is a schematic diagram of an environment of an implementation environment involved in various embodiments of the present disclosure
- FIG. 2 is a flowchart of a method of an information filtering method according to an exemplary embodiment
- FIG. 3A is a flowchart of a method of an information filtering method according to another exemplary embodiment
- 3B is a flowchart of a method for detecting an operator insertion code process involved in an information filtering method according to another exemplary embodiment
- FIG. 3C is a flowchart of a method for generating an information filtering rule process according to an information filtering method according to another exemplary embodiment
- FIG. 4 is a block diagram showing the structure of an information filtering apparatus according to an exemplary embodiment
- FIG. 5 is a block diagram showing the structure of an information filtering apparatus according to another exemplary embodiment
- FIG. 6 is a block diagram of an information filtering apparatus, according to an exemplary embodiment.
- FIG. 1 is a schematic diagram of an environment of an implementation environment involved in various embodiments of the present disclosure, including an electronic device 110, an operator server 120, and a web server 130 and a server 140.
- the electronic device 110 can be implemented by an electronic device on which a browser client is installed.
- the electronic device can be a smartphone, a tablet, an e-book reader, and a laptop portable computer (camera, video camera), and the like.
- the electronic device 110 and the operator server 120 are connected by a wired or wireless network.
- the carrier server 120 can be a server, or a server cluster consisting of several servers, or a cloud computing service center.
- the operator server 120 is configured to forward the HTTP request sent by the electronic device 110 to the web server 130 and transmit the data returned by the web server 130 to the electronic device 110.
- the carrier server 120 and the web server 130 are connected by a wired or wireless network.
- the web server 130 can be a server, or a server cluster consisting of several servers, or a cloud computing service center.
- the web server 130 is configured to return corresponding data according to the received HTTP request.
- the server 140 and the carrier server 120 are connected by a wired or wireless network.
- Server 140 can be a server, or a cluster of servers consisting of several servers, or a cloud computing service center.
- the server 140 is configured to summarize the information filtering rules sent by the respective electronic devices 110, and generate update information for the information filtering rules of the respective communication carriers.
- FIG. 2 is a flowchart of a method for filtering an information according to an exemplary embodiment.
- the information filtering method is used in the electronic device 110 shown in FIG. 1 , and the information filtering method may include the following steps. .
- a network identifier of the currently visited network is obtained, where the network identifier is an identifier of a communication carrier that provides the network.
- step 204 it is detected whether an information filtering rule corresponding to the network identifier is stored.
- step 206 when the information filtering rule is stored, the operator insertion code in the webpage code is filtered according to the information filtering rule, and the webpage code is sent by the webpage server to the client through the operator server.
- the information filtering method uses the information corresponding to the current network. Filtering rules, filtering the operator insertion code in the webpage code; solving the problem that the advertisement inserted by the operator is displayed on the webpage, affecting the normal browsing of the user; and filtering the advertisement inserted by the operator in the webpage is ensured The content of the web page is displayed.
- the client detects whether the corresponding information filtering rule is stored according to the obtained network identifier.
- the advertisement inserted by the operator is filtered according to the information filtering rule; when the corresponding information is not stored.
- the client detects whether there is an operator inserting an advertisement, and when it detects that an operator inserts an advertisement, generates a corresponding information filtering rule and filters it.
- FIG. 3A is a flowchart of a method for filtering an information according to another exemplary embodiment.
- the information filtering method is used in the electronic device 110 shown in FIG. 1 , and the information filtering method may include the following. step.
- a network identifier of the currently visited network is obtained, where the network identifier is an identifier of a communication carrier that provides the network.
- the client When the user accesses the network by using the electronic device installed with the browser client, the client automatically obtains the network identifier of the network, where the network identifier is used to indicate the communication carrier that provides the network.
- the network identifier is an ISP (Internet Service Provider) identifier, and the client can know the communication carrier corresponding to the currently connected network through the ISP identifier.
- ISP Internet Service Provider
- the client when detecting that the network connection status changes, the client may obtain the network identifier of the current network, or obtain the network identifier of the current network every predetermined time interval. This disclosure does not provide the opportunity for the client to obtain the network identifier. Limited.
- step 302 it is detected whether an information filtering rule corresponding to the network identifier is stored.
- the information filtering rule for filtering the operator insertion code is pre-stored in the client, where the information filtering rule is used to indicate the correspondence between the network identifier and the operator insertion code, and the correspondence may be as shown in Table 1.
- Network identification Carrier insert code Communication carrier A Code A, code B, code C, code D Communication carrier B Code E Communication carrier C Code F, code G Communication carrier D Code H
- the carrier insertion codes corresponding to different network identifiers may be the same, may be different, or may be partially the same. This embodiment only uses different network identifiers corresponding to different operator insertion codes as an example, and does not constitute the present disclosure. limited.
- different communication carriers insert different advertisements in the webpage, that is, the information filtering rules for different operators are different, so the client needs to determine whether the corresponding information filtering rule is stored according to the obtained network identifier.
- the advertisement inserted by the operator may be filtered according to the information filtering rule, and step 303 is performed; when the corresponding information filtering rule is not stored, step 304 is performed.
- step 303 when the information filtering rule is stored, the operator insertion code in the webpage code is filtered according to the information filtering rule, and the webpage code is sent by the webpage server to the client through the operator server.
- the client generates a corresponding HTTP request according to the URL that needs to be accessed, and sends the HTTP request to the operator server, and the carrier server forwards the HTTP request to the corresponding web server.
- the web server After receiving the HTTP request, the web server returns a corresponding webpage code to the client through the operator server, and the webpage code is generally an HTML code.
- the client parses and displays the received HTML code to implement the display of the web page.
- the operator server inserts an advertisement code into the HTML code, and after receiving the HTML code, the client parses the advertisement code and displays it on the webpage. Therefore, in order to filter the advertisement inserted by the operator server, the client needs to filter the advertisement code in the HTML code according to the stored information filtering rule.
- the client obtains the network identifier of the current network as “communication carrier A” and stores corresponding information filtering rules.
- the client detects whether the code exists in the webpage code returned by the operator server. A and code B, when it is detected that there is code A or code B, it is determined that there is an advertisement code inserted by the operator and filtered. Since the ad code has been filtered, the client does not need to parse the ad code, so there will be no ads inserted by the carrier on the page.
- step 304 when the information filtering rule is not stored, it is detected whether the operator server has inserted the operator insertion code by accessing the preset web page.
- step 304 may include the following steps:
- step 304A a preset web page is accessed.
- the original webpage code corresponding to the preset webpage page is pre-stored in the client.
- the client can compare whether the original webpage code and the received webpage code are used to determine whether the operator inserts the operator. Insert the code.
- the client In order to save the computing resources when the client compares the webpage code, the client generally accesses a blank page.
- step 304B the first webpage code sent by the operator server is received.
- the operator server forwards the HTTP request sent by the client to the corresponding web server, and the web server returns the corresponding original webpage code according to the HTTP request.
- the carrier server does not add the carrier insertion code to the original webpage code
- the first webpage code sent to the client is the original webpage code
- the operator server adds the operator insertion code to the original webpage code
- the client The first webpage code sent by the end is the original webpage code inserted after the operator inserts the code.
- step 304C it is detected whether the first webpage code is the same as the second webpage code, and the second webpage code is the original webpage code corresponding to the preset webpage page.
- the client compares the received first webpage code with the original webpage code corresponding to the preset webpage page.
- the first webpage code is the same as the original webpage code, it is determined that the operator server does not have a row inserted into the operator insertion code.
- the operator server has the behavior of inserting the operator insertion code.
- step 304D when the first webpage code is different from the second webpage code, it is determined that the operator server has the act of inserting the operator insertion code.
- the client can determine that the carrier server has inserted the operator insertion code.
- step 305 when the operator server has an action of inserting the operator insertion code, the information filtering rule is generated according to the network identifier and the operator insertion code.
- step 305 may include the following steps.
- step 305A a difference code between the first webpage code and the second webpage code is obtained.
- the default webpage page accessed by the client is a blank page.
- the client can determine the code in the link node or the script node as a difference. Code.
- step 305B the difference code is determined to be the operator insertion code.
- step 305C an information filtering rule is generated according to the correspondence between the network identifier and the operator insertion code.
- the client Based on the obtained network identifier and the operator insertion code, the client generates an information filtering rule as shown in Table 1, and saves the generated information filtering rule. At this point, the client stores information filtering rules for the current network.
- step 306 the information filtering rule is reported to the server, and the server is configured to summarize the information filtering rules sent by the respective clients, and generate update information of the information filtering rules for each communication carrier.
- the information filtering rules generated by the client can only filter advertisements inserted by some operators.
- the client reports the stored information filtering rules to the server every predetermined time interval, and the predetermined time intervals may be the same or different. For example, the client can report the information filtering rule every 24 hours, or report the information filtering rule once every month.
- the server summarizes the information filtering rules reported by each client, and generates update information for the information filtering rules of each communication carrier.
- the carrier insertion code corresponding to the communication carrier A is “code A” and “code B” respectively; in the information filtering rule reported by the client B, the communication carrier A corresponds to The carrier insert code is “code B”, “code C” and “code D”, and the server determines the communication carrier A.
- the corresponding carrier insertion code includes: “Code A”, “Code B”, “Code C”, and “Code D”, and generates update information for the communication filter rule of the communication carrier A.
- the update information for the client A is "code C” and "code D”
- the update information for the client B is "code A”.
- step 307 the update information of the information filtering rule corresponding to the current access network sent by the server is received, and the information filtering rule is updated according to the update information.
- the server sends corresponding information filtering rule update information to each client.
- each client updates the stored information filtering rules according to the update information, thereby achieving a better filtering effect.
- the information filtering method provided by the exemplary embodiment filters the operator insertion code in the webpage code by using the information filtering rule corresponding to the current network, and solves the problem that the operator inserts the advertisement in the webpage. , affecting the normal browsing of the user; achieving the filtering of the advertisement inserted by the operator in the webpage to ensure the display effect of the webpage content.
- the information filtering method provided by the exemplary embodiment detects whether the operator server has inserted the operator insertion code by accessing the preset webpage page when the information filtering rule corresponding to the network identifier is not stored, and when the insertion is detected, the insertion is detected.
- the information filtering rule is generated according to the operator insertion code and the network identifier, and the operator insert code is filtered, so that the client can filter the advertisement inserted by the operator server in real time, and the generated Filtering rules are saved to improve the efficiency of ad filtering.
- the information filtering method provided by the exemplary embodiment is further summarized by the server, and the information filtering rules sent by the respective clients are summarized, and the update information of the information filtering rules for each communication carrier is generated, so that the information filtering rules stored by the client are supplemented. And perfect, further improving the efficiency of advertising filtering.
- FIG. 4 is a block diagram showing the structure of an information filtering apparatus according to an exemplary embodiment.
- the information filtering apparatus may be implemented as part or all of the electronic device 110 shown in FIG. 1 by software, hardware, or a combination of both.
- the information filtering device can include:
- the obtaining module 402 is configured to obtain a network identifier of the currently visited network, where the network identifier is an identifier of a communication carrier that provides the network;
- the first detecting module 404 is configured to detect whether an information filtering rule corresponding to the network identifier is stored
- the filtering module 406 is configured to filter, when the information filtering rule is stored, the operator insertion code in the webpage code according to the information filtering rule, where the webpage code is sent by the webpage server to the client through the operator server.
- the information filtering apparatus filters the operator insertion code in the webpage code by using the information filtering rule corresponding to the current network, and solves the problem of displaying the advertisement inserted by the operator in the webpage. , affecting the normal browsing of the user; achieving the filtering of the advertisement inserted by the operator in the webpage to ensure the display effect of the webpage content.
- FIG. 5 is a block diagram showing the structure of an information filtering apparatus according to another exemplary embodiment, which may be implemented as part or all of the electronic device 110 shown in FIG. 1 by software, hardware, or a combination of both.
- the information filtering device can include:
- the obtaining module 502 is configured to obtain a network identifier of the currently visited network, where the network identifier is an identifier of a communication carrier that provides the network;
- the first detecting module 504 is configured to detect whether an information filtering rule corresponding to the network identifier is stored
- the filtering module 506 is configured to filter, when the information filtering rule is stored, the operator insertion code in the webpage code according to the information filtering rule, where the webpage code is sent by the webpage server to the client through the operator server.
- the device further includes:
- the second detecting module 507 is configured to detect, by accessing the preset webpage page, whether the operator server has the behavior of inserting the operator insertion code when the information filtering rule is not stored;
- the generating module 508 is configured to generate an information filtering rule according to the network identifier and the operator insertion code when the operator server has an action of inserting the operator insertion code.
- the second detecting module 507 includes:
- the access sub-module 507A is configured to access a preset webpage page
- the receiving submodule 507B is configured to receive the first webpage code sent by the operator server;
- the detecting sub-module 507C is configured to detect whether the first webpage code is the same as the second webpage code, where the second webpage code is the original webpage code corresponding to the preset webpage page;
- the first determining sub-module 507D is configured to determine that the operator server has an action of inserting an operator insertion code when the first webpage code is different from the second webpage code.
- the generating module 508 includes:
- the obtaining submodule 508A is configured to obtain a difference code between the first webpage code and the second webpage code
- a second determining submodule 508B configured to determine the difference code as an operator insertion code
- the generating submodule 508C is configured to generate an information filtering rule according to the correspondence between the network identifier and the operator insertion code.
- the device further includes:
- the reporting module 509 is configured to report the information filtering rule to the server, and the server is configured to summarize the information filtering rules sent by the respective clients, and generate update information of the information filtering rules for each communication carrier.
- the update module 510 is configured to receive update information of the information filtering rule corresponding to the current access network sent by the server, and update the information filtering rule according to the update information.
- the information filtering apparatus filters the operator insertion code in the webpage code by using the information filtering rule corresponding to the current network, and solves the problem of displaying the advertisement inserted by the operator in the webpage. , affecting the normal browsing of the user; achieving the filtering of the advertisement inserted by the operator in the webpage to ensure the display effect of the webpage content.
- the information filtering apparatus does not store the information filtering rule corresponding to the network identifier. Detecting whether the operator server inserts the operator insertion code by accessing the preset webpage page, and when detecting the insertion of the operator insertion code, generating an information filtering rule according to the operator insertion code and the network identifier, and The operator inserts the code for filtering, so that the client can filter the advertisement inserted by the operator server in real time, and save the generated filtering rule, thereby improving the efficiency of the advertisement filtering.
- the information filtering apparatus provided by the exemplary embodiment further summarizes the information filtering rules sent by the respective clients by the server, and generates update information of the information filtering rules for the respective communication carriers, so that the information filtering rules stored by the client are supplemented. And perfect, further improving the efficiency of advertising filtering.
- FIG. 6 is a block diagram of an information filtering device 600, according to an exemplary embodiment.
- device 600 can be electronic device 110 or the like as shown in FIG.
- device 600 can include one or more of the following components: processing component 602, memory 604, power component 606, multimedia component 608, audio component 610, input/output (I/O) interface 612, sensor component 614, And a communication component 616.
- processing component 602 memory 604, power component 606, multimedia component 608, audio component 610, input/output (I/O) interface 612, sensor component 614, And a communication component 616.
- Processing component 602 typically controls the overall operation of device 600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
- Processing component 602 can include one or more processors 620 to execute instructions to perform all or part of the steps of the above described methods.
- processing component 602 can include one or more modules to facilitate interaction between component 602 and other components.
- processing component 602 can include a multimedia module to facilitate interaction between multimedia component 608 and processing component 602.
- Memory 604 is configured to store various types of data to support operation at device 600. Examples of such data include instructions for any application or method operating on device 600, contact data, phone book data, messages, pictures, videos, and the like.
- the memory 604 can be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Disk or Optical Disk.
- SRAM static random access memory
- EEPROM electrically erasable programmable read only memory
- EPROM erasable Programmable Read Only Memory
- PROM Programmable Read Only Memory
- ROM Read Only Memory
- Magnetic Memory Flash Memory
- Disk Disk or Optical Disk.
- Power component 606 provides power to various components of device 600.
- Power component 606 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 600.
- the multimedia component 608 includes a screen between the device 600 and the user that provides an output interface.
- the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
- the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
- the multimedia component 608 includes a front camera and/or a rear camera. When the device 600 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front and rear camera can be a fixed optical lens system or have focal length and optical zoom capabilities.
- the audio component 610 is configured to output and/or input an audio signal.
- audio component 610 includes a microphone Wind (MIC), when the device 600 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode, the microphone is configured to receive an external audio signal.
- the received audio signal may be further stored in memory 604 or transmitted via communication component 616.
- audio component 610 also includes a speaker for outputting an audio signal.
- the I/O interface 612 provides an interface between the processing component 602 and the peripheral interface module, which may be a keyboard, a click wheel, a button, or the like. These buttons may include, but are not limited to, a home button, a volume button, a start button, and a lock button.
- Sensor assembly 614 includes one or more sensors for providing device 600 with a status assessment of various aspects.
- sensor assembly 614 can detect an open/closed state of device 600, a relative positioning of components, such as the display and keypad of device 600, and sensor component 614 can also detect a change in position of one component of device 600 or device 600. The presence or absence of contact by the user with the device 600, the orientation or acceleration/deceleration of the device 600 and the temperature change of the device 600.
- Sensor assembly 614 can include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
- Sensor assembly 614 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
- the sensor component 614 can also include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
- Communication component 616 is configured to facilitate wired or wireless communication between device 600 and other devices.
- the device 600 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
- communication component 616 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
- the communication component 616 also includes a near field communication (NFC) module to facilitate short range communication.
- NFC near field communication
- the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
- RFID radio frequency identification
- IrDA infrared data association
- UWB ultra-wideband
- Bluetooth Bluetooth
- device 600 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- ASICs application specific integrated circuits
- DSPs digital signal processors
- DSPDs digital signal processing devices
- PLDs programmable logic devices
- FPGA field programmable A gate array
- controller microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- non-transitory computer readable storage medium comprising instructions, such as a memory 604 comprising instructions executable by processor 620 of apparatus 600 to perform the above method.
- the non-transitory computer readable storage medium may be a ROM, a random access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, and an optical data storage device.
- a non-transitory computer readable storage medium when instructions in the storage medium are executed by a processor of apparatus 600, enables apparatus 600 to perform an information filtering method applied to electronic device 110 shown in FIG.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Computer Security & Cryptography (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
| 网络标识 | 运营商插入代码 |
| 通信运营商A | 代码A、代码B、代码C、代码D |
| 通信运营商B | 代码E |
| 通信运营商C | 代码F、代码G |
| 通信运营商D | 代码H |
Claims (11)
- 一种信息过滤方法,其特征在于,所述方法包括:获取当前访问网络的网络标识,所述网络标识是提供所述网络的通信运营商的标识;检测是否储存有与所述网络标识对应的信息过滤规则;当存储有所述信息过滤规则时,根据所述信息过滤规则对网页代码中的运营商插入代码进行过滤,所述网页代码是网页服务器通过所述运营商服务器向客户端发送的。
- 根据权利要求1所述的方法,其特征在于,所述方法,还包括:当未存储有所述信息过滤规则时,通过访问预设网页页面来检测所述运营商服务器是否存在插入所述运营商插入代码的行为;当所述运营商服务器存在插入所述运营商插入代码的行为时,根据所述网络标识和所述运营商插入代码生成所述信息过滤规则。
- 根据权利要求2所述的方法,其特征在于,所述通过访问预设网页页面来检测所述运营商服务器是否存在插入所述运营商插入代码的行为,包括:访问所述预设网页页面;接收所述运营商服务器发送的第一网页代码;检测所述第一网页代码与第二网页代码是否相同,所述第二网页代码是所述预设网页页面所对应的原始网页代码;当所述第一网页代码与第二网页代码不同时,确定所述运营商服务器存在插入所述运营商插入代码的行为。
- 根据权利要求3所述的方法,其特征在于,所述根据所述网络标识和所述运营商插入代码生成所述信息过滤规则,包括:获取所述第一网页代码与所述第二网页代码之间的区别代码;将所述区别代码确定为所述运营商插入代码;根据所述网络标识和所述运营商插入代码的对应关系,生成所述信息过滤规则。
- 根据权利要求1至4任一所述的方法,其特征在于,所述方法,还包括:向服务器上报所述信息过滤规则,所述服务器用于对各个客户端发送的所述信息过滤规则进行汇总,并生成针对各个通信运营商的信息过滤规则的更新信息;接收所述服务器发送的对应于当前访问网络的信息过滤规则的更新信息,并根据所述更新信息更新所述信息过滤规则。
- 一种信息过滤装置,其特征在于,所述装置包括:获取模块,被配置为获取当前访问网络的网络标识,所述网络标识是提供所述网络的通信运营商的标识;第一检测模块,被配置为检测是否储存有与所述网络标识对应的信息过滤规则;过滤模块,被配置为当存储有所述信息过滤规则时,根据所述信息过滤规则对网页代码中的运营商插入代码进行过滤,所述网页代码是网页服务器通过所述运营商服务器向客户端发送的。
- 根据权利要求6所述的装置,其特征在于,所述装置,还包括:第二检测模块,被配置为当未存储有所述信息过滤规则时,通过访问预设网页页面来检测所述运营商服务器是否存在插入所述运营商插入代码的行为;生成模块,被配置为当所述运营商服务器存在插入所述运营商插入代码的行为时,根据所述网络标识和所述运营商插入代码生成所述信息过滤规则。
- 根据权利要求7所述的方法,其特征在于,所述第二检测模块,包括:访问子模块,被配置为访问所述预设网页页面;接收子模块,被配置为接收所述运营商服务器发送的第一网页代码;检测子模块,被配置为检测所述第一网页代码与第二网页代码是否相同,所述第二网页代码是所述预设网页页面所对应的原始网页代码;第一确定子模块,被配置为当所述第一网页代码与第二网页代码不同时,确定所述运营商服务器存在插入所述运营商插入代码的行为。
- 根据权利要求8所述的装置,其特征在于,所述生成模块,包括:获取子模块,被配置为获取所述第一网页代码与所述第二网页代码之间的区别代码;第二确定子模块,被配置为将所述区别代码确定为所述运营商插入代码;生成子模块,被配置为根据所述网络标识和所述运营商插入代码的对应关系,生成所述信息过滤规则。
- 根据权利要求6至9任一所述的装置,其特征在于,所述装置,还包括:上报模块,被配置为向服务器上报所述信息过滤规则,所述服务器用于对各个客户端发送的所述信息过滤规则进行汇总,并生成针对各个通信运营商的信息过滤规则的更新信息;更新模块,被配置为接收所述服务器发送的对应于当前访问网络的信息过滤规则的更新信息,并根据所述更新信息更新所述信息过滤规则。
- 一种信息过滤装置,其特征在于,包括:处理器;用于存储所述处理器的可执行指令的存储器;其中,所述处理器被配置为:获取当前访问网络的网络标识,所述网络标识是提供所述网络的通信运营商的标识;检测是否储存有与所述网络标识对应的信息过滤规则;当存储有所述信息过滤规则时,根据所述信息过滤规则对网页代码中的运营商插入代码进行过滤,所述网页代码是网页服务器通过所述运营商服务器向客户端发送的。
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2017504234A JP6239188B2 (ja) | 2015-03-11 | 2015-08-31 | 情報フィルタリング方法、装置、プログラム及び記録媒体 |
| MX2015015454A MX361504B (es) | 2015-03-11 | 2015-08-31 | Método y dispositivo para filtrar información. |
| RU2015144503A RU2621603C2 (ru) | 2015-03-11 | 2015-08-31 | Способ и устройство для фильтрации информации |
| BR112015028151A BR112015028151A2 (pt) | 2015-03-11 | 2015-08-31 | método e dispositivo para filtrar informação |
| KR1020157030882A KR101744696B1 (ko) | 2015-03-11 | 2015-08-31 | 정보 필터링 방법, 장치, 프로그램 및 저장매체 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510105528.XA CN104780153B (zh) | 2015-03-11 | 2015-03-11 | 信息过滤方法及装置 |
| CN201510105528.X | 2015-03-11 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016141689A1 true WO2016141689A1 (zh) | 2016-09-15 |
Family
ID=53621397
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2015/088564 Ceased WO2016141689A1 (zh) | 2015-03-11 | 2015-08-31 | 信息过滤方法及装置 |
Country Status (9)
| Country | Link |
|---|---|
| US (1) | US20160269466A1 (zh) |
| EP (1) | EP3068097B1 (zh) |
| JP (1) | JP6239188B2 (zh) |
| KR (1) | KR101744696B1 (zh) |
| CN (1) | CN104780153B (zh) |
| BR (1) | BR112015028151A2 (zh) |
| MX (1) | MX361504B (zh) |
| RU (1) | RU2621603C2 (zh) |
| WO (1) | WO2016141689A1 (zh) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104780153B (zh) * | 2015-03-11 | 2018-06-19 | 小米科技有限责任公司 | 信息过滤方法及装置 |
| CN106095869B (zh) * | 2016-06-03 | 2020-11-06 | 腾讯科技(深圳)有限公司 | 广告信息处理方法、用户设备、后台服务器及系统 |
| CN107871017B (zh) * | 2017-11-27 | 2023-05-09 | 腾讯数码(天津)有限公司 | 一种信息过滤功能的检测方法及装置 |
| CN111405033B (zh) * | 2020-03-13 | 2023-02-10 | 深圳前海环融联易信息科技服务有限公司 | 数据采集方法、装置、计算机设备及存储介质 |
| CN116094794A (zh) * | 2023-01-03 | 2023-05-09 | 江苏省未来网络创新研究院 | 一种基于大数据和人工智能的通信信息过滤方法 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103150513A (zh) * | 2013-03-20 | 2013-06-12 | 北京奇虎科技有限公司 | 拦截应用程序中的植入信息的方法及装置 |
| US8745753B1 (en) * | 2011-06-20 | 2014-06-03 | Adomic, Inc. | Systems and methods for blocking of web-based advertisements |
| CN103886088A (zh) * | 2014-03-28 | 2014-06-25 | 北京金山网络科技有限公司 | 一种拦截网页中的广告的方法及装置 |
| CN104731868A (zh) * | 2015-02-28 | 2015-06-24 | 小米科技有限责任公司 | 拦截广告的方法及装置 |
| CN104780153A (zh) * | 2015-03-11 | 2015-07-15 | 小米科技有限责任公司 | 信息过滤方法及装置 |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6487538B1 (en) * | 1998-11-16 | 2002-11-26 | Sun Microsystems, Inc. | Method and apparatus for local advertising |
| US6339761B1 (en) * | 1999-05-13 | 2002-01-15 | Hugh V. Cottingham | Internet service provider advertising system |
| CA2320413C (en) * | 2000-03-15 | 2013-12-10 | Danny St-Denis | Method and apparatus for network gaming |
| US20060160537A1 (en) * | 2005-01-14 | 2006-07-20 | Research In Motion Limited | Network selection when multiple networks are available in a coverage area |
| US20070180147A1 (en) * | 2006-02-01 | 2007-08-02 | Connect It, Llc | System for insertion of advertising content in user-requested internet web pages |
| US9251520B2 (en) * | 2006-02-22 | 2016-02-02 | Google Inc. | Distributing mobile advertisements |
| KR20120113654A (ko) * | 2009-06-01 | 2012-10-15 | 알까뗄 루슨트 | 텍스트/멀티미디어 메시지에 삽입된 광고의 관리 |
| EP2550607B1 (en) * | 2010-03-23 | 2020-02-12 | Reversinglabs Corporation | Cloud-based web content filtering |
| US9210030B1 (en) * | 2010-11-01 | 2015-12-08 | Aol Advertising Inc. | Methods and systems for data validation in a client-server environment |
| CN102567366A (zh) * | 2010-12-27 | 2012-07-11 | 盛乐信息技术(上海)有限公司 | 实现对网页重新排版的方法 |
| CN102768664A (zh) * | 2011-05-06 | 2012-11-07 | 李超 | 分布式网页广告拦截的方法及系统 |
| CN104021172B (zh) * | 2014-05-30 | 2017-07-28 | 北京搜狗科技发展有限公司 | 广告过滤方法及广告过滤装置 |
-
2015
- 2015-03-11 CN CN201510105528.XA patent/CN104780153B/zh active Active
- 2015-08-31 WO PCT/CN2015/088564 patent/WO2016141689A1/zh not_active Ceased
- 2015-08-31 RU RU2015144503A patent/RU2621603C2/ru active
- 2015-08-31 BR BR112015028151A patent/BR112015028151A2/pt not_active Application Discontinuation
- 2015-08-31 MX MX2015015454A patent/MX361504B/es active IP Right Grant
- 2015-08-31 KR KR1020157030882A patent/KR101744696B1/ko not_active Expired - Fee Related
- 2015-08-31 JP JP2017504234A patent/JP6239188B2/ja active Active
- 2015-12-15 US US14/968,927 patent/US20160269466A1/en not_active Abandoned
-
2016
- 2016-02-26 EP EP16157647.5A patent/EP3068097B1/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8745753B1 (en) * | 2011-06-20 | 2014-06-03 | Adomic, Inc. | Systems and methods for blocking of web-based advertisements |
| CN103150513A (zh) * | 2013-03-20 | 2013-06-12 | 北京奇虎科技有限公司 | 拦截应用程序中的植入信息的方法及装置 |
| CN103886088A (zh) * | 2014-03-28 | 2014-06-25 | 北京金山网络科技有限公司 | 一种拦截网页中的广告的方法及装置 |
| CN104731868A (zh) * | 2015-02-28 | 2015-06-24 | 小米科技有限责任公司 | 拦截广告的方法及装置 |
| CN104780153A (zh) * | 2015-03-11 | 2015-07-15 | 小米科技有限责任公司 | 信息过滤方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN104780153B (zh) | 2018-06-19 |
| JP2017512351A (ja) | 2017-05-18 |
| EP3068097B1 (en) | 2020-04-15 |
| EP3068097A1 (en) | 2016-09-14 |
| CN104780153A (zh) | 2015-07-15 |
| KR20160120198A (ko) | 2016-10-17 |
| MX361504B (es) | 2018-12-06 |
| BR112015028151A2 (pt) | 2017-07-25 |
| RU2015144503A (ru) | 2017-04-27 |
| KR101744696B1 (ko) | 2017-06-20 |
| US20160269466A1 (en) | 2016-09-15 |
| JP6239188B2 (ja) | 2017-11-29 |
| MX2015015454A (es) | 2017-04-11 |
| RU2621603C2 (ru) | 2017-06-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN108595665A (zh) | 网页内容的显示方法及装置 | |
| WO2016011749A1 (zh) | 轻应用离线更新方法、装置及终端 | |
| WO2016011717A1 (zh) | 用于轻应用的消息推送方法、装置、终端及服务器 | |
| CN106341481A (zh) | 信息推送的处理方法、装置和设备 | |
| EP3068097B1 (en) | Method and device for filtering information | |
| CN104199915B (zh) | 网页变化检测方法及装置 | |
| CN107402767B (zh) | 显示推送消息的方法和装置 | |
| JP6302098B2 (ja) | アドレスフィルタリング方法、装置、プログラム及び記録媒体 | |
| CN104050236B (zh) | 网站内容更新提示方法、服务器和客户端 | |
| CN106210258B (zh) | 网页访问方法及装置 | |
| CN108153832A (zh) | 推送信息显示方法及装置 | |
| CN106528888A (zh) | 浏览器标签页的处理方法及装置 | |
| CN105808731A (zh) | 数据存储方法及装置 | |
| CN106060138A (zh) | 更新数据的方法及装置 | |
| CN112102009B (zh) | 广告展示方法、装置、设备及存储介质 | |
| CN106209889B (zh) | 检测网页中劫持信息的方法及装置 | |
| CN105630948B (zh) | 网络页面显示方法和装置 | |
| CN111079040B (zh) | 资源嗅探方法、装置、终端、服务器及存储介质 | |
| CN106055720A (zh) | 网页显示方法及装置 | |
| CN107423324A (zh) | 网页的访问方法、装置及设备 | |
| CN107391685A (zh) | 页面显示方法及装置 | |
| CN106371707A (zh) | 标签处理方法、装置及终端 | |
| CN106302000A (zh) | 网页的访问提醒方法、装置及终端 | |
| CN107885746B (zh) | 页面分享的方法和装置 | |
| CN108616665B (zh) | 号码标记的方法、装置及存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| ENP | Entry into the national phase |
Ref document number: 2015144503 Country of ref document: RU Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2017504234 Country of ref document: JP Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 20157030882 Country of ref document: KR Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2015/015454 Country of ref document: MX |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15884369 Country of ref document: EP Kind code of ref document: A1 |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112015028151 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: 112015028151 Country of ref document: BR Kind code of ref document: A2 Effective date: 20151109 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 15884369 Country of ref document: EP Kind code of ref document: A1 |