Skip to content

v1.0

Choose a tag to compare

@mrf0rtuna4 mrf0rtuna4 released this 26 Apr 17:06

PolicyLockLLM v1

New Opportunities

  1. Blocking LLM services
    • According to the list of domains BlockedDomains' in background.js` stops access to Chatgpt, Bard, Claude, Gemini, Poe and other popular llm sites.
  2. Caste lock page
    • Instead of a standard Chrome error, Blocked is shown. html with a proprietary design and styles from the `styleles folder.
  3. Automatic generation of rules
    • The structure of the `scripts' folder is provided for a simplified future addition and update of domains.
  4. Hard block mode
    • the lock is not disconnected without entering an administrative password through the Popup interface,
      which provides increased safety for corporate use.

Technical characteristics

  • manifest v3: fully compatible with current versions of Chrome, uses service volorkers and new API extensions.
  • The composition of the assembly: BackGround.js, manifest.json, blocked.html, main.html,
    As well as the scripts/ styleles folders for modularity and expansion.

known restrictions

  • The list of blocked domains requires manual update through editing Background.js.
  • There is no centralized backend for managing admin-paralle and delimitation of access rights.

plans for the future

  • Add UI to control the blocking rules without editing source code.
  • implement integration with LDAP/Active Directory to authenticate administrators.
  • automate the synchronization of the list of domains from the cloud repository.

Full Changelog: https://github.com/mrf0rtuna4/PolicyLockLLM/commits/v1.0